Remove std::str. Issue #855
This commit is contained in:
parent
1b15c9e155
commit
e824775d53
50 changed files with 2 additions and 59 deletions
|
|
@ -5,7 +5,6 @@ import front::attr;
|
|||
import middle::ty;
|
||||
import metadata::encoder;
|
||||
import middle::trans_common::crate_ctxt;
|
||||
import std::str;
|
||||
import std::istr;
|
||||
import std::fs;
|
||||
import std::vec;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
import lib::llvm::llvm;
|
||||
import lib::llvm::llvm::ModuleRef;
|
||||
import std::str;
|
||||
import std::istr;
|
||||
import std::os::target_os;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue