]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/os.rs
auto merge of #7942 : Dretch/rust/os-listdir-path-no-squiggle, r=brson
[rust.git] / src / libstd / os.rs
index b07d133f703d7d5241c7c5398f3e14f6f0cec350..4bfd3bbcd3ff1c563a91b99c6795881273dcecdd 100644 (file)
@@ -1237,9 +1237,6 @@ struct OverriddenArgs {
     val: ~[~str]
 }
 
-#[cfg(stage0)]
-fn overridden_arg_key(_v: @OverriddenArgs) {}
-#[cfg(not(stage0))]
 static overridden_arg_key: local_data::Key<@OverriddenArgs> = &local_data::Key;
 
 /// Returns the arguments which this program was started with (normally passed