From c743580ccc6e34dc498cd0a8ed24c6aaeee119ec Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 19 Dec 2015 09:05:13 -0800 Subject: remove old debug code from s2wasm ; closes #14 --- src/s2wasm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/s2wasm.h b/src/s2wasm.h index 449b6f56c..39100f01d 100644 --- a/src/s2wasm.h +++ b/src/s2wasm.h @@ -948,13 +948,12 @@ public: // find asmConst calls, and emit their metadata struct AsmConstWalker : public WasmWalker { S2WasmBuilder* parent; - std::ostream& o; std::map> sigsForCode; std::map ids; std::set allSigs; - AsmConstWalker(S2WasmBuilder* parent) : parent(parent), o(o) {} + AsmConstWalker(S2WasmBuilder* parent) : parent(parent) {} void visitCallImport(CallImport* curr) override { if (curr->target == EMSCRIPTEN_ASM_CONST) { -- cgit v1.2.3