Cleanup unused imports

This commit is contained in:
Haitao Li
2011-11-11 00:41:42 +08:00
committed by Brian Anderson
parent 9bc2f1800d
commit 5a7249c935
61 changed files with 104 additions and 204 deletions

View File

@@ -1,10 +1,8 @@
import std::{vec, str, option};
import std::str::sbuf;
import llvm::{ModuleRef, ContextRef, TypeRef, TypeHandleRef, ValueRef,
BasicBlockRef, BuilderRef, ModuleProviderRef, MemoryBufferRef,
PassManagerRef, UseRef, TargetDataRef, Linkage, Attribute,
Visibility, CallConv, IntPredicate, RealPredicate, Opcode,
import llvm::{TypeRef, MemoryBufferRef,
PassManagerRef, TargetDataRef,
ObjectFileRef, SectionIteratorRef};
type ULongLong = u64;