summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorEduard Burtescu <edy.burt@gmail.com>2014-10-01 00:00:59 +0300
committerEduard Burtescu <edy.burt@gmail.com>2014-10-02 16:36:01 +0300
commitd07cd175daa24e25ce287ae013e5b6691c39dc36 (patch)
treed9fbfefbf978f02b414a3fd7e841f32943c94cc2 /src/libstd/lib.rs
parent2487e164aeeeedaba78f597724a137959b1fb299 (diff)
downloadrust-d07cd175daa24e25ce287ae013e5b6691c39dc36.tar.gz
rust-d07cd175daa24e25ce287ae013e5b6691c39dc36.zip
std: remove gc module.
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 82de55efad6..f6c37b6cfc3 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -137,7 +137,6 @@ extern crate rustrt;
 #[cfg(test)] pub use realstd::cmp;
 #[cfg(test)] pub use realstd::ty;
 #[cfg(test)] pub use realstd::boxed;
-#[cfg(test)] pub use realstd::gc;
 
 
 // NB: These reexports are in the order they should be listed in rustdoc
@@ -220,9 +219,6 @@ pub mod rand;
 
 pub mod ascii;
 
-#[cfg(not(test))]
-pub mod gc;
-
 pub mod time;
 
 /* Common traits */