Get rid of unused SimpleVisitor stuff.

This commit is contained in:
Lindsey Kuper
2013-09-14 01:10:48 -04:00
parent 52b9688f92
commit 940a86b760
2 changed files with 3 additions and 144 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
@@ -15,7 +15,7 @@ use codemap::{Span, dummy_sp};
use fold;
use opt_vec;
use parse::token;
use visit::{SimpleVisitor, Visitor};
use visit::Visitor;
use visit;
use std::hashmap::HashMap;