std: Remove gc and stackwalk
These are both obsoleted by the forthcoming new GC.
This commit is contained in:
parent
93432a2c2f
commit
ea84c1fd69
4 changed files with 0 additions and 444 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue