1
Fork 0

std: Remove gc and stackwalk

These are both obsoleted by the forthcoming new GC.
This commit is contained in:
Brian Anderson 2013-08-01 23:31:53 -07:00
parent 93432a2c2f
commit ea84c1fd69
4 changed files with 0 additions and 444 deletions

View file

@ -170,7 +170,6 @@ pub mod local_data;
/* Runtime and platform support */
pub mod gc;
pub mod libc;
pub mod os;
pub mod path;
@ -196,7 +195,6 @@ pub mod unstable;
mod unicode;
#[path = "num/cmath.rs"]
mod cmath;
mod stackwalk;
// XXX: This shouldn't be pub, and it should be reexported under 'unstable'
// but name resolution doesn't work without it being pub.