about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2013-02-23 00:37:37 -0500
committerDaniel Micay <danielmicay@gmail.com>2013-02-23 01:40:17 -0500
commit1afddff97ff825c88b106f98955ed84d135ef6f7 (patch)
tree3c97baa9c8654f77e23dc6d9ca78d9032f765b1e /src/libstd/std.rc
parent82062a63485b75b7476d078e722b49e3eb376795 (diff)
downloadrust-1afddff97ff825c88b106f98955ed84d135ef6f7.tar.gz
rust-1afddff97ff825c88b106f98955ed84d135ef6f7.zip
remove oldsmallintmap
Closes #4738
Diffstat (limited to 'src/libstd/std.rc')
-rw-r--r--src/libstd/std.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index b0756104fe5..1ece8c17ff7 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -75,7 +75,6 @@ pub mod oldmap;
 pub mod priority_queue;
 pub mod rope;
 pub mod smallintmap;
-pub mod oldsmallintmap;
 pub mod sort;
 pub mod treemap;