chore(compiler-llvm) Clean up comments.

This commit is contained in:
Ivan Enderlin
2020-05-25 21:15:02 +02:00
parent 17908b6b45
commit b5f0caf4be

View File

@@ -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;