fix(llvm-backend) Remove unused imports.

This commit is contained in:
Ivan Enderlin
2019-03-29 10:03:40 +01:00
parent bf823d2826
commit a1ca7069af
6 changed files with 10 additions and 28 deletions

View File

@ -4,10 +4,7 @@ use inkwell::{
context::Context,
module::Module,
types::{BasicType, FloatType, FunctionType, IntType, PointerType, StructType, VoidType},
values::{
BasicValue, BasicValueEnum, FloatValue, FunctionValue, InstructionValue, IntValue,
PointerValue,
},
values::{BasicValue, BasicValueEnum, FloatValue, FunctionValue, IntValue, PointerValue},
AddressSpace,
};
use std::marker::PhantomData;