diff --git a/lib/compiler-llvm/src/translator/read_info.rs b/lib/compiler-llvm/src/translator/read_info.rs index d0cdb0ab6..6f285231a 100644 --- a/lib/compiler-llvm/src/translator/read_info.rs +++ b/lib/compiler-llvm/src/translator/read_info.rs @@ -1,7 +1,3 @@ -/* -use wasmer_runtime_core::parse::{wp_type_to_type, LoadError}; -use wasmer_runtime_core::types::Type; - */ use wasm_common::Type; use wasmer_compiler::wasmparser::Type as WpType; use wasmer_compiler::wasmparser::TypeOrFuncType as WpTypeOrFuncType;