mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Remove commented-out debugging cruft.
This was made obsolete by PR #79.
This commit is contained in:
@@ -36,9 +36,6 @@ use wasmer_compiler::{
|
||||
};
|
||||
use wasmer_runtime::{MemoryPlan, ModuleInfo, TablePlan};
|
||||
|
||||
// TODO: debugging
|
||||
//use std::io::Write;
|
||||
|
||||
// TODO
|
||||
fn wptype_to_type(ty: wasmparser::Type) -> WasmResult<Type> {
|
||||
match ty {
|
||||
|
||||
Reference in New Issue
Block a user