about summary refs log tree commit diff
path: root/src/libsyntax/parse
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-11-09 12:25:24 -0800
committerBrian Anderson <banderson@mozilla.com>2012-11-18 18:09:41 -0800
commitddbff6fd2a46b2b7073794d200140f0407208c07 (patch)
tree5a3fa7536a415f3fda11227f0f734ed4c95f6455 /src/libsyntax/parse
parent68c73dc5f29bf75d6c76054ebfaf2fbb3751a71b (diff)
downloadrust-ddbff6fd2a46b2b7073794d200140f0407208c07.tar.gz
rust-ddbff6fd2a46b2b7073794d200140f0407208c07.zip
syntax: Remove cdir_syntax. Unused
Diffstat (limited to 'src/libsyntax/parse')
-rw-r--r--src/libsyntax/parse/eval.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/parse/eval.rs b/src/libsyntax/parse/eval.rs
index f08f1954464..9a81d646306 100644
--- a/src/libsyntax/parse/eval.rs
+++ b/src/libsyntax/parse/eval.rs
@@ -124,7 +124,6 @@ fn eval_crate_directive(cx: ctx, cdir: @ast::crate_directive, prefix: &Path,
         items.push(i);
       }
       ast::cdir_view_item(vi) => view_items.push(vi),
-      ast::cdir_syntax(*) => ()
     }
 }
 //