Cleanup unused imports
This commit is contained in:
committed by
Brian Anderson
parent
9bc2f1800d
commit
5a7249c935
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user