Skip to content

Commit df57940

Browse files
tgross35Amanieu
authored andcommitted
Remove the undocumented and unused rustbuild feature
See <#603 (comment)>
1 parent 34a2c12 commit df57940

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

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

0 commit comments

Comments
 (0)