Fix an unused import warning.

This commit is contained in:
Dan Gohman
2018-10-24 11:12:24 -07:00
parent a2fcb32245
commit 07c98f5330

View File

@@ -15,7 +15,6 @@ use cranelift_entity::EntityRef;
use cranelift_wasm::{
translate_module, DummyEnvironment, FuncIndex, ModuleEnvironment, ReturnMode,
};
use std::error::Error;
use std::path::Path;
use std::path::PathBuf;
use term;