about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-01-07 07:11:36 -0800
committerbors <bors@rust-lang.org>2014-01-07 07:11:36 -0800
commit983f307e123f1da3d351ed2032163bf93ea8f638 (patch)
treeb596e82765a374c546f312b5416dceace3189cb0 /src/libnative
parent5f39d64f21759a57785731176df02feba24ee919 (diff)
parent6b2a6cb3fe241d6e27fc685a72dd05c3a55d1ea8 (diff)
downloadrust-983f307e123f1da3d351ed2032163bf93ea8f638.tar.gz
rust-983f307e123f1da3d351ed2032163bf93ea8f638.zip
auto merge of #11348 : alexcrichton/rust/snapshots, r=brson
Diffstat (limited to 'src/libnative')
-rw-r--r--src/libnative/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs
index 31395216f2b..7691f0b5567 100644
--- a/src/libnative/lib.rs
+++ b/src/libnative/lib.rs
@@ -19,9 +19,6 @@
 #[crate_type = "rlib"];
 #[crate_type = "dylib"];
 
-// Allow check-stage0-native for now
-#[cfg(stage0, test)] extern mod green;
-
 // NB this crate explicitly does *not* allow glob imports, please seriously
 //    consider whether they're needed before adding that feature here (the
 //    answer is that you don't need them)