Skip to content

Commit 243b0e1

Browse files
committed
Remove the undocumented and unused rustbuild feature
See <#603 (comment)>
1 parent e433799 commit 243b0e1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -373,15 +373,6 @@ mod c {
373373
]);
374374
}
375375

376-
// When compiling in rustbuild (the rust-lang/rust repo) this library
377-
// also needs to satisfy intrinsics that jemalloc or C in general may
378-
// need, so include a few more that aren't typically needed by
379-
// LLVM/Rust.
380-
#[allow(unexpected_cfgs)]
381-
if cfg!(feature = "rustbuild") {
382-
sources.extend(&[("__ffsdi2", "ffsdi2.c")]);
383-
}
384-
385376
// On iOS and 32-bit OSX these are all just empty intrinsics, no need to
386377
// include them.
387378
if target_os != "ios"

0 commit comments

Comments
 (0)