Skip to content

Commit 4698f90

Browse files
committed
Simplify
1 parent a8090c1 commit 4698f90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/target/llvm.rs

-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ pub(crate) fn guess_llvm_target_triple(
5959
};
6060
match (env, abi) {
6161
("", "") => format!("{arch}-{vendor}-{os}"),
62-
(env, "") => format!("{arch}-{vendor}-{os}-{env}"),
63-
("", abi) => format!("{arch}-{vendor}-{os}-{abi}"),
6462
(env, abi) => format!("{arch}-{vendor}-{os}-{env}{abi}"),
6563
}
6664
}

0 commit comments

Comments
 (0)