Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rustc_back: Remove unneeded explicit variable
This value is the default anyway
  • Loading branch information
alexcrichton committed May 19, 2015
1 parent 839dcfd commit 37659a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_back/target/linux_base.rs
Expand Up @@ -13,7 +13,6 @@ use std::default::Default;

pub fn opts() -> TargetOptions {
TargetOptions {
linker: "cc".to_string(),
dynamic_linking: true,
executables: true,
morestack: true,
Expand Down

0 comments on commit 37659a1

Please sign in to comment.