diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-11-09 12:25:24 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-11-18 18:09:41 -0800 |
| commit | ddbff6fd2a46b2b7073794d200140f0407208c07 (patch) | |
| tree | 5a3fa7536a415f3fda11227f0f734ed4c95f6455 /src/libsyntax/parse | |
| parent | 68c73dc5f29bf75d6c76054ebfaf2fbb3751a71b (diff) | |
| download | rust-ddbff6fd2a46b2b7073794d200140f0407208c07.tar.gz rust-ddbff6fd2a46b2b7073794d200140f0407208c07.zip | |
syntax: Remove cdir_syntax. Unused
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/eval.rs | 1 |
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(*) => () } } // |
