Skip to content

Commit 4a60423

Browse files
committed
Delete config via RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64
The internal config `linux_time_bits64` already gets set via the musl or glibc config, so it isn't useful to be able to set it on its own. Delete the env option since it isn't used anyway.
1 parent c12def3 commit 4a60423

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

build.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ fn main() {
123123
}
124124
}
125125

126-
let linux_time_bits64 = env::var("RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64").is_ok();
127-
println!("cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64");
128-
if linux_time_bits64 {
129-
set_cfg("linux_time_bits64");
130-
}
131126
println!("cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS");
132127
println!("cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_GNU_TIME_BITS");
133128
if target_env == "gnu"

0 commit comments

Comments
 (0)