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

@ -1,5 +1,5 @@
use crate::{
backend::{RunnableModule, Token},
backend::RunnableModule,
backing::{ImportBacking, LocalBacking},
error::{CallError, CallResult, ResolveError, ResolveResult, Result, RuntimeError},
export::{Context, Export, ExportIter, FuncPointer},