about summary refs log tree commit diff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-06-27 16:09:28 -0700
committerBrian Anderson <banderson@mozilla.com>2011-06-27 16:30:27 -0700
commitdf2cfac07f9ccf2f3708cfdd692a85fbdd1a199c (patch)
treef068399d517334f1aa8c01ee8d0e4e44bcab3c70 /src/comp/rustc.rc
parent45efb1f02a8cd90bee590b006f53cea8b05b1331 (diff)
downloadrust-df2cfac07f9ccf2f3708cfdd692a85fbdd1a199c.tar.gz
rust-df2cfac07f9ccf2f3708cfdd692a85fbdd1a199c.zip
Move what's left of metadata::cwriter into middle::trans
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 8f586556de5..1527479252e 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -69,7 +69,6 @@ mod metadata {
     mod encoder;
     mod decoder;
     mod creader;
-    mod cwriter;
 }
 
 mod driver {