Remove std::str. Issue #855

This commit is contained in:
Brian Anderson 2011-09-01 16:09:15 -07:00
parent 1b15c9e155
commit e824775d53
50 changed files with 2 additions and 59 deletions

View file

@ -1,7 +1,6 @@
import std::io;
import std::vec;
import std::str;
import std::istr;
import std::option;
import std::option::some;