From cf0f8b4ad64c93e0cc9bcaecc35ad7883392e4eb Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Mon, 15 Apr 2019 17:34:56 +0200 Subject: [PATCH] Fix warnings. --- src/prepare/compile.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/prepare/compile.rs b/src/prepare/compile.rs index 759f1e0..e402cc8 100644 --- a/src/prepare/compile.rs +++ b/src/prepare/compile.rs @@ -1,5 +1,4 @@ -use parity_wasm::elements::{BlockType, Func, FuncBody, Instruction, TableElementType, ValueType}; -use validation::context::ModuleContext; +use parity_wasm::elements::{BlockType, Instruction}; use validation::func::{ require_label, top_label, BlockFrame, FunctionValidationContext, StackValueType, StartedWith,