diff options
Diffstat (limited to 'src/libsyntax/parse/comments.rs')
| -rw-r--r-- | src/libsyntax/parse/comments.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libsyntax/parse/comments.rs b/src/libsyntax/parse/comments.rs index b73544e95d6..40bfd3d380c 100644 --- a/src/libsyntax/parse/comments.rs +++ b/src/libsyntax/parse/comments.rs @@ -8,8 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use core::prelude::*; - use ast; use codemap::{BytePos, CharPos, CodeMap, Pos}; use diagnostic; @@ -20,12 +18,6 @@ use parse::lexer; use parse::token; use parse; -use core::io::ReaderUtil; -use core::io; -use core::str; -use core::uint; -use core::vec; - #[deriving(Eq)] pub enum cmnt_style { isolated, // No code on either side of each line of the comment |
