Skip to content

Commit 6cc6f4c

Browse files
committed
WIP: cleanup FreeBSD
1 parent bcb989f commit 6cc6f4c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libc-test/build.rs

-5
Original file line numberDiff line numberDiff line change
@@ -1572,11 +1572,6 @@ fn test_freebsd(target: &str) {
15721572
let x86 = target.contains("i686") || target.contains("x86_64");
15731573

15741574
let mut cfg = ctest::TestGenerator::new();
1575-
// FIXME: still necessary?
1576-
cfg.define("_WITH_GETLINE", None);
1577-
1578-
// FIXME: still necessary?
1579-
cfg.flag("-Wno-deprecated-declarations");
15801575

15811576
headers! { cfg:
15821577
"aio.h",

0 commit comments

Comments
 (0)