diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-05-26 17:16:54 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-05-26 17:16:54 -0700 |
| commit | 2561b01211569c376b05f4c8d1434a0e527ac950 (patch) | |
| tree | 198a4022fda831f721bb015e66c6c19e863f5288 /src/comp/rustc.rc | |
| parent | 8e945dcd817a07d2d952acf431a6bc12a4246061 (diff) | |
| download | rust-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.rc | 1 |
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; |
