diff options
| author | Heather <Heather@cynede.net> | 2013-10-19 13:31:39 +0400 |
|---|---|---|
| committer | Heather <Heather@cynede.net> | 2013-10-19 13:31:39 +0400 |
| commit | 8c5f584567235b7538c6d79a4e23a242ece084af (patch) | |
| tree | 190238c8be86af494c8e4f22fb5c7007044fdab8 | |
| parent | 34a1e3dc9a1649b5552d3221c558e6791b709336 (diff) | |
| download | rust-8c5f584567235b7538c6d79a4e23a242ece084af.tar.gz rust-8c5f584567235b7538c6d79a4e23a242ece084af.zip | |
remove rust and rusti from driver.rs
| -rw-r--r-- | src/driver/driver.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs index 991bb914fd0..bfd623a28da 100644 --- a/src/driver/driver.rs +++ b/src/driver/driver.rs @@ -14,12 +14,6 @@ extern mod this(name = "rustpkg"); #[cfg(rustdoc)] extern mod this(name = "rustdoc"); -#[cfg(rusti)] -extern mod this(name = "rusti"); - -#[cfg(rust)] -extern mod this(name = "rust"); - #[cfg(rustc)] extern mod this(name = "rustc"); |
