about summary refs log tree commit diff
path: root/src/libsyntax/parse/common.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-06-30 01:19:38 -0700
committerbors <bors@rust-lang.org>2013-06-30 01:19:38 -0700
commit6fcd8bf5677652f31008cde5f9f9f00fe67d90b8 (patch)
treec36180ee282c056b99913c12d639cdbb3c4f16fd /src/libsyntax/parse/common.rs
parentb4bb36490d10a9d2613448215f2436f258e7fd28 (diff)
parent71b1c6ab60b1279c81024f591ae571c75e4c6d3e (diff)
downloadrust-6fcd8bf5677652f31008cde5f9f9f00fe67d90b8.tar.gz
rust-6fcd8bf5677652f31008cde5f9f9f00fe67d90b8.zip
auto merge of #7468 : cmr/rust/great_renaming, r=pcwalton
Diffstat (limited to 'src/libsyntax/parse/common.rs')
-rw-r--r--src/libsyntax/parse/common.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libsyntax/parse/common.rs b/src/libsyntax/parse/common.rs
index 04f62f35749..12e32731fcc 100644
--- a/src/libsyntax/parse/common.rs
+++ b/src/libsyntax/parse/common.rs
@@ -8,17 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-use ast;
-use codemap::{BytePos, spanned};
-use parse::lexer::reader;
-use parse::parser::Parser;
-use parse::token::keywords;
 use parse::token;
 use parse::token::{get_ident_interner};
 
-use opt_vec;
-use opt_vec::OptVec;
-
 // SeqSep : a sequence separator (token)
 // and whether a trailing separator is allowed.
 pub struct SeqSep {