diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/s2wasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<FunctionType>(); type->name = typeName; - // TODO type->result for (auto operand : call->operands) { type->params.push_back(operand->type); } |