about summary refs log tree commit diff
path: root/src/driver
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2014-02-02 02:56:55 -0500
committerCorey Richardson <corey@octayn.net>2014-02-02 03:08:56 -0500
commit25fe2cadb10db1a54cefbd1520708d4397874bc3 (patch)
tree28deddc8ce51ef66f428be8f123f7b53d1119b32 /src/driver
parent3e39e3e80dcf726a96ec0fe778f96e2a9dde620b (diff)
downloadrust-25fe2cadb10db1a54cefbd1520708d4397874bc3.tar.gz
rust-25fe2cadb10db1a54cefbd1520708d4397874bc3.zip
Remove rustpkg.
I'm sorry :'(

Closes #11859
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/driver.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs
index df5594b6c86..25095950e18 100644
--- a/src/driver/driver.rs
+++ b/src/driver/driver.rs
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[cfg(rustpkg)]
-extern mod this = "rustpkg";
-
 #[cfg(rustdoc)]
 extern mod this = "rustdoc";