From 358f8d614e34c240a089ea02d08da47da4393d7b Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 29 Dec 2015 19:53:30 -0500 Subject: remove another obsolete comment --- src/s2wasm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/s2wasm.h b/src/s2wasm.h index 188586c78..4811632b1 100644 --- a/src/s2wasm.h +++ b/src/s2wasm.h @@ -577,7 +577,6 @@ private: if (wasm.functionTypesMap.count(typeName) == 0) { auto type = allocator.alloc(); type->name = typeName; - // TODO type->result for (auto operand : call->operands) { type->params.push_back(operand->type); } -- cgit v1.2.3