From 44ab00ee37c4ffb8440ff20fd8a15cd24a6f3e46 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 8 Jan 2013 19:29:16 -0800 Subject: Revert "librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6. --- src/libsyntax/parse/common.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libsyntax/parse/common.rs') diff --git a/src/libsyntax/parse/common.rs b/src/libsyntax/parse/common.rs index 1c6022130dc..ca0bbbb7369 100644 --- a/src/libsyntax/parse/common.rs +++ b/src/libsyntax/parse/common.rs @@ -8,16 +8,12 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use core::prelude::*; - use ast; use ast_util::spanned; -use codemap::BytePos; use parse::lexer::reader; use parse::parser::Parser; use parse::token; -use core::option::{None, Option, Some}; use core::option; use std::map::HashMap; -- cgit 1.4.1-3-g733a5