diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-06-30 19:36:55 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-07-04 16:30:48 -0700 |
| commit | 8552a7477544b4bbf6ddd39e011a0e514cfd75d6 (patch) | |
| tree | 3772af49908fcaa4cd6154c3288a0aa33829b19e /src/driver | |
| parent | f8507778a36478035f46bfa9f925398a36cd443f (diff) | |
| download | rust-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.rs | 5 |
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"); |
