mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
Remove unused imports
This commit is contained in:
@@ -6,12 +6,6 @@ mod function_call;
|
||||
pub use self::dynamic_function::make_trampoline_dynamic_function;
|
||||
pub use self::function_call::make_trampoline_function_call;
|
||||
|
||||
// TODO: Delete
|
||||
pub mod ir {
|
||||
pub use cranelift_codegen::ir::{
|
||||
ExternalName, Function, InstBuilder, MemFlags, StackSlotData, StackSlotKind,
|
||||
};
|
||||
}
|
||||
pub use cranelift_codegen::print_errors::pretty_error;
|
||||
pub use cranelift_codegen::Context;
|
||||
pub use cranelift_frontend::{FunctionBuilder, FunctionBuilderContext};
|
||||
|
||||
Reference in New Issue
Block a user