about summary refs log tree commit diff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-05-26 17:16:54 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-05-26 17:16:54 -0700
commit2561b01211569c376b05f4c8d1434a0e527ac950 (patch)
tree198a4022fda831f721bb015e66c6c19e863f5288 /src/comp/rustc.rc
parent8e945dcd817a07d2d952acf431a6bc12a4246061 (diff)
downloadrust-2561b01211569c376b05f4c8d1434a0e527ac950.tar.gz
rust-2561b01211569c376b05f4c8d1434a0e527ac950.zip
Remove residual uses of fold, and fold itself.
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index d9a9b8dea9c..7fe5d603585 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -12,7 +12,6 @@ use std;
 mod middle {
     mod trans;
     mod ty;
-    mod fold;
     mod walk;
     mod metadata;
     mod resolve;