rustc: Remove some useless std::vec imports

This commit is contained in:
Patrick Walton 2011-07-12 18:07:12 -07:00
parent 13c44f99ae
commit cdda0fd6d6
5 changed files with 0 additions and 5 deletions

View File

@ -2,7 +2,6 @@
import lib::llvm::llvm;
import lib::llvm::llvm::ModuleRef;
import std::str;
import std::vec;
import std::os::target_os;
fn get_module_asm() -> str { ret ""; }

View File

@ -1,6 +1,5 @@
import std::ivec;
import std::option;
import std::vec;
import syntax::ast;
import syntax::fold;
import attr;

View File

@ -1,5 +1,4 @@
import std::vec;
import std::option;
import std::option::some;
import std::option::none;

View File

@ -1,4 +1,3 @@
import std::vec;
import std::ivec;
import std::int::str;
import std::str;

View File

@ -3,7 +3,6 @@ import std::map;
import std::map::hashmap;
import std::uint;
import std::int;
import std::vec;
import std::option;
import std::option::none;
import std::option::some;