std: remove gc module.

This commit is contained in:
Eduard Burtescu
2014-10-01 00:00:59 +03:00
parent 2487e164ae
commit d07cd175da
2 changed files with 0 additions and 160 deletions

View File

@@ -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 */