fix(runtime-core) Remove an unused import.

This patch removes an unused import, namely `crate::sys::Memory`.
This commit is contained in:
Ivan Enderlin 2019-03-04 13:51:13 +01:00
parent 0c62693163
commit ec4e476cc6

View File

@ -1,4 +1,3 @@
use crate::sys::Memory;
use crate::types::{ use crate::types::{
FuncSig, GlobalDescriptor, MemoryDescriptor, MemoryIndex, TableDescriptor, TableIndex, Type, FuncSig, GlobalDescriptor, MemoryDescriptor, MemoryIndex, TableDescriptor, TableIndex, Type,
}; };