about summary refs log tree commit diff
path: root/src/driver
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-06-30 19:36:55 -0700
committerAlex Crichton <alex@alexcrichton.com>2013-07-04 16:30:48 -0700
commit8552a7477544b4bbf6ddd39e011a0e514cfd75d6 (patch)
tree3772af49908fcaa4cd6154c3288a0aa33829b19e /src/driver
parentf8507778a36478035f46bfa9f925398a36cd443f (diff)
downloadrust-8552a7477544b4bbf6ddd39e011a0e514cfd75d6.tar.gz
rust-8552a7477544b4bbf6ddd39e011a0e514cfd75d6.zip
Bring compiletest/rustpkg/driver up to date on std vs core
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/driver.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs
index 0f61ede4fc5..e81a3230e13 100644
--- a/src/driver/driver.rs
+++ b/src/driver/driver.rs
@@ -8,11 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[no_core];
-#[no_std];
-
-extern mod core(name = "std", vers = "0.7");
-
 #[cfg(rustpkg)]
 extern mod this(name = "rustpkg");