about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-10-18 12:09:44 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-10-18 12:19:43 -0700
commitb03c71f6297304d40b22583750d288e3c215ca79 (patch)
treebd981ad31b768d270eb006af44f0df98685fe747 /src/libsyntax/parse/parser.rs
parentfa38c1290119c1ceca77db38c0075f7412d296d7 (diff)
downloadrust-b03c71f6297304d40b22583750d288e3c215ca79.tar.gz
rust-b03c71f6297304d40b22583750d288e3c215ca79.zip
Remove dead type definition
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
-rw-r--r--src/libsyntax/parse/parser.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index cbad662800b..8636c51b369 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -22,7 +22,7 @@ use obsolete::{
     ObsoleteWith, ObsoleteClassMethod, ObsoleteClassTraits,
     ObsoleteModeInFnType, ObsoleteByMutRefMode
 };
-use ast::{_mod, add, alt_check, alt_exhaustive, arg, arm, attribute,
+use ast::{_mod, add, arg, arm, attribute,
              bind_by_ref, bind_by_implicit_ref, bind_by_value, bind_by_move,
              bitand, bitor, bitxor, blk, blk_check_mode, bound_const,
              bound_copy, bound_send, bound_trait, bound_owned, box, by_copy,