summaryrefslogtreecommitdiff
path: root/src/unix/haiku
diff options
context:
space:
mode:
authorBryant Mairs <bryant@mai.rs>2019-07-05 07:39:00 -0700
committerBryant Mairs <bryant@mai.rs>2019-07-05 07:39:00 -0700
commit215f095601637ee7b5c73f2d9d5fc67d9a3f843e (patch)
treedaf10b4cb5d87c45b4e42db97cdfc853057bab39 /src/unix/haiku
parent54ea12dff4b9b440e11dfa1c46ef028a0814f8a1 (diff)
downloadrust-libc-215f095601637ee7b5c73f2d9d5fc67d9a3f843e.tar.gz
Remove AF_MAX, PF_MAX, NET_MAXID constants
These constants have already been deprecated for a few releases with a deprecation notice, so they can finally be removed. Closes rust-lang/libc#665
Diffstat (limited to 'src/unix/haiku')
-rw-r--r--src/unix/haiku/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/unix/haiku/mod.rs b/src/unix/haiku/mod.rs
index f8f6ca9898..7bb3285a2e 100644
--- a/src/unix/haiku/mod.rs
+++ b/src/unix/haiku/mod.rs
@@ -800,13 +800,6 @@ pub const AF_NOTIFY: ::c_int = 8;
pub const AF_LOCAL: ::c_int = 9;
pub const AF_UNIX: ::c_int = AF_LOCAL;
pub const AF_BLUETOOTH: ::c_int = 10;
-#[doc(hidden)]
-#[deprecated(
- since = "0.2.55",
- note = "If you are using this report to: \
- https://github.com/rust-lang/libc/issues/665"
-)]
-pub const AF_MAX: ::c_int = 11;
pub const IP_OPTIONS: ::c_int = 1;
pub const IP_HDRINCL: ::c_int = 2;