about summary refs log tree commit diff
path: root/src/driver
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-01-06 09:26:47 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-01-06 09:26:47 -0800
commit6b2a6cb3fe241d6e27fc685a72dd05c3a55d1ea8 (patch)
treea9c895d3360c6d8997b173b2106765b0256c06c8 /src/driver
parentb6a1fde1c6a13691f21cf739a9e4b6706c6c49c9 (diff)
downloadrust-6b2a6cb3fe241d6e27fc685a72dd05c3a55d1ea8.tar.gz
rust-6b2a6cb3fe241d6e27fc685a72dd05c3a55d1ea8.zip
Register new snapshots
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/driver.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs
index daadaf2cd20..df5594b6c86 100644
--- a/src/driver/driver.rs
+++ b/src/driver/driver.rs
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[cfg(stage0)] extern mod green;
-
 #[cfg(rustpkg)]
 extern mod this = "rustpkg";