Skip to content

Commit 9c81e0d

Browse files
committed
Remove *_MAXID deprecated constants from build.rs
1 parent 35d721a commit 9c81e0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

libc-test/build.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,12 +2257,6 @@ fn test_freebsd(target: &str) {
22572257
// still be accepted and ignored at runtime.
22582258
"MAP_RENAME" | "MAP_NORESERVE" => true,
22592259

2260-
// FIXME: These are deprecated - remove in a couple of releases.
2261-
// These constants were removed in FreeBSD 11 (svn r262489),
2262-
// and they've never had any legitimate use outside of the
2263-
// base system anyway.
2264-
"CTL_MAXID" | "KERN_MAXID" | "HW_MAXID" | "USER_MAXID" => true,
2265-
22662260
// FIXME: This is deprecated - remove in a couple of releases.
22672261
// This was removed in FreeBSD 14 (git 1b4701fe1e8) and never
22682262
// should've been used anywhere anyway.

0 commit comments

Comments
 (0)