rustc_back: Remove unneeded explicit variable

This value is the default anyway
This commit is contained in:
Alex Crichton 2015-05-11 14:34:41 -07:00
parent 839dcfd5a7
commit 37659a1803

View File

@ -13,7 +13,6 @@
pub fn opts() -> TargetOptions {
TargetOptions {
linker: "cc".to_string(),
dynamic_linking: true,
executables: true,
morestack: true,