remove rust and rusti from driver.rs

This commit is contained in:
Heather 2013-10-19 13:31:39 +04:00
parent 34a1e3dc9a
commit 8c5f584567
1 changed files with 0 additions and 6 deletions

View File

@ -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");