Skip to content

Commit 37659a1

Browse files
committed
rustc_back: Remove unneeded explicit variable
This value is the default anyway
1 parent 839dcfd commit 37659a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_back/target/linux_base.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use std::default::Default;
1313

1414
pub fn opts() -> TargetOptions {
1515
TargetOptions {
16-
linker: "cc".to_string(),
1716
dynamic_linking: true,
1817
executables: true,
1918
morestack: true,

0 commit comments

Comments
 (0)