Warnings and unused code cleanup

This commit is contained in:
Lachlan Sneff
2019-04-12 10:27:14 -07:00
parent 4e17ff8571
commit 051d435423
5 changed files with 8 additions and 59 deletions

View File

@ -21,7 +21,6 @@ use wasmer_runtime_core::cache::Error as CacheError;
use wasmer_runtime_core::{
self,
backend::{
self,
sys::{Memory, Protect},
SigRegistry,
},