summary refs log tree commit diff
path: root/src/driver
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2014-03-23 11:37:31 +0100
committerFlavio Percoco <flaper87@gmail.com>2014-03-23 11:37:31 +0100
commit576e36e674d645cd4682cf2df43fb25c3d1a71d4 (patch)
tree3d53cbf1db37999af25297e739d495a718721faa /src/driver
parent2ddb60565423bdc225ccc8dd4ebfb653c5650ba2 (diff)
downloadrust-576e36e674d645cd4682cf2df43fb25c3d1a71d4.tar.gz
rust-576e36e674d645cd4682cf2df43fb25c3d1a71d4.zip
Register new snapshots
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/driver.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs
index bd7096cda03..5fd08793ce7 100644
--- a/src/driver/driver.rs
+++ b/src/driver/driver.rs
@@ -8,10 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[no_uv]; // remove this after stage0
-#[allow(attribute_usage)]; // remove this after stage0
-extern crate native; // remove this after stage0
-
 #[cfg(rustdoc)]
 extern crate this = "rustdoc";