Index: src/interpreter/interpreter.h |
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
index 5c2b34048d5e5d6403ca1fa01a11349f359b7fb2..57930bbde0b8137e5434aef8e90c2143ed9c8c7b 100644 |
--- a/src/interpreter/interpreter.h |
+++ b/src/interpreter/interpreter.h |
@@ -72,10 +72,6 @@ |
// Generates code to perform the binary operations via |function_id|. |
void DoBinaryOp(Runtime::FunctionId function_id, |
InterpreterAssembler* assembler); |
- |
- // Generates code to perform the binary operations via |Generator|. |
- template <class Generator> |
- void DoBinaryOp(InterpreterAssembler* assembler); |
// Generates code to perform the count operations via |callable|. |
void DoCountOp(Callable callable, InterpreterAssembler* assembler); |