Remove std::vec

This commit is contained in:
Brian Anderson 2011-08-12 11:03:56 -07:00
parent 4fc0848a49
commit 4e62c0d6cb
10 changed files with 0 additions and 32 deletions

View file

@ -7,7 +7,6 @@
*/
import std::ivec;
import std::str;
import std::vec;
import std::option;
import std::option::none;
import std::option::some;

View file

@ -2,7 +2,6 @@ use std;
import codemap::span;
import std::ivec;
import std::vec;
import std::option;
import std::map::hashmap;
import std::map::new_str_hash;