about summary refs log tree commit diff
path: root/src/driver
diff options
context:
space:
mode:
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");