Skip to content

Commit bb0f0b9

Browse files
committed
Remove the undocumented and unused rustbuild feature
See <#603 (comment)>
1 parent 5f67ecc commit bb0f0b9

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
@@ -374,15 +374,6 @@ mod c {
374374
]);
375375
}
376376

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

0 commit comments

Comments
 (0)