about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-08-01 23:31:53 -0700
committerBrian Anderson <banderson@mozilla.com>2013-08-03 23:39:04 -0700
commitea84c1fd693104a9f8d06ee0654d0a3bf470a32a (patch)
tree7680b255af2652a2611ac7ba752fba770aa7e2da /src/libstd/std.rs
parent93432a2c2f244f46c8c60c3988483b20def990b7 (diff)
downloadrust-ea84c1fd693104a9f8d06ee0654d0a3bf470a32a.tar.gz
rust-ea84c1fd693104a9f8d06ee0654d0a3bf470a32a.zip
std: Remove gc and stackwalk
These are both obsoleted by the forthcoming new GC.
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index 76d65192e01..568709c89da 100644
--- a/src/libstd/std.rs
+++ b/src/libstd/std.rs
@@ -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.