about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2013-06-29 11:01:25 -0400
committerCorey Richardson <corey@octayn.net>2013-06-29 11:20:04 -0400
commit71b1c6ab60b1279c81024f591ae571c75e4c6d3e (patch)
tree3ac4db6b1cb4843bfdfa43999fae5655015f6ccb /src/libsyntax
parent95d22a3c814ce050c55d94f5eb1651bea26a1a4b (diff)
downloadrust-71b1c6ab60b1279c81024f591ae571c75e4c6d3e.tar.gz
rust-71b1c6ab60b1279c81024f591ae571c75e4c6d3e.zip
Warning cleanup
Diffstat (limited to 'src/libsyntax')
-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 {