Skip to content

Commit 8128d99

Browse files
committed
Remove unused variable target_arch_arm
Previous commit makes this variable unused
1 parent 59353af commit 8128d99

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ mod c {
110110
let target_env = env::var("CARGO_CFG_TARGET_ENV").unwrap();
111111
let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap();
112112
let target_vendor = env::var("CARGO_CFG_TARGET_VENDOR").unwrap();
113-
let target_arch_arm =
114-
target_arch.contains("arm") ||
115-
target_arch.contains("thumb");
116113
let cfg = &mut cc::Build::new();
117114

118115
cfg.warnings(false);

0 commit comments

Comments
 (0)