Remove unused macro imports

This commit is contained in:
Brandon Fish
2019-01-19 00:35:29 -06:00
parent 47384c4f3c
commit e15ffe020c

View File

@ -1,5 +1,3 @@
#[macro_use]
extern crate error_chain;
extern crate cranelift_codegen;
extern crate cranelift_entity;
extern crate cranelift_native;
@ -12,8 +10,6 @@ extern crate wasmer_clif_backend;
extern crate wasmer_runtime;
extern crate wasmparser;
// extern crate wasmer_emscripten;
#[macro_use]
extern crate target_lexicon;
extern crate byteorder;
extern crate console;
#[cfg_attr(test, macro_use)]