Index: test/cctest/wasm/wasm-run-utils.h |
diff --git a/test/cctest/wasm/wasm-run-utils.h b/test/cctest/wasm/wasm-run-utils.h |
index 964ec7d6889dfed119525f20c8ffd457e86d8c0f..53b7cb4ec8ce956e7442268e9bf671c1935d9485 100644 |
--- a/test/cctest/wasm/wasm-run-utils.h |
+++ b/test/cctest/wasm/wasm-run-utils.h |
@@ -443,7 +443,6 @@ class WasmFunctionCompiler : public HandleAndZoneScope, |
return result; |
} |
- // TODO(titzer): remove me. |
Handle<Code> Compile() { |
InitializeDescriptor(); |
CallDescriptor* desc = descriptor_; |
@@ -463,7 +462,6 @@ class WasmFunctionCompiler : public HandleAndZoneScope, |
return result; |
} |
- // TODO(titzer): remove me. |
uint32_t CompileAndAdd(uint16_t sig_index = 0) { |
CHECK(testing_module_); |
function()->sig_index = sig_index; |