]> git.lizzy.rs Git - rust.git/commitdiff
rustc_back: Remove unneeded explicit variable
authorAlex Crichton <alex@alexcrichton.com>
Mon, 11 May 2015 21:34:41 +0000 (14:34 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 19 May 2015 17:53:06 +0000 (10:53 -0700)
This value is the default anyway

src/librustc_back/target/linux_base.rs

index 823a4a81fa4c19f98f1cf04834c7640ad9695530..3ae70ca854bdbf5c6083978bdf41923cd0d5200a 100644 (file)
@@ -13,7 +13,6 @@
 
 pub fn opts() -> TargetOptions {
     TargetOptions {
-        linker: "cc".to_string(),
         dynamic_linking: true,
         executables: true,
         morestack: true,