Skip to content

Commit

Permalink
Merge pull request #3643 from bzEq/unused-constants
Browse files Browse the repository at this point in the history
Silence `constant X is never used` warings
  • Loading branch information
JohnTitor authored Apr 26, 2024
2 parents 1fe6f08 + 7825c9f commit f1669fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/unix/aix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -962,8 +962,6 @@ pub const BPF_X: ::c_int = 8;
// net/if.h
pub const IFNET_SLOWHZ: ::c_int = 1;
pub const IFQ_MAXLEN: ::c_int = 50;
pub const IF_NAMESIZE: ::c_int = 16;
pub const IFNAMSIZ: ::c_int = 16;
pub const IFF_UP: ::c_int = 0x1;
pub const IFF_BROADCAST: ::c_int = 0x2;
pub const IFF_DEBUG: ::c_int = 0x4;
Expand All @@ -986,8 +984,6 @@ pub const ARPHRD_ETHER: ::c_int = 1;
pub const ARPHRD_802_5: ::c_int = 6;
pub const ARPHRD_802_3: ::c_int = 6;
pub const ARPHRD_FDDI: ::c_int = 1;
pub const ARPOP_REQUEST: ::c_int = 1;
pub const ARPOP_REPLY: ::c_int = 2;

// net/route.h
pub const RTM_ADD: ::c_int = 0x1;
Expand Down

0 comments on commit f1669fd

Please sign in to comment.