Index: src/interpreter/interpreter.h |
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h |
index c4fd5963a39dc2e88429b379c11a3646c672b60f..57930bbde0b8137e5434aef8e90c2143ed9c8c7b 100644 |
--- a/src/interpreter/interpreter.h |
+++ b/src/interpreter/interpreter.h |
@@ -119,10 +119,6 @@ class Interpreter { |
// Generates code to perform a type conversion. |
void DoTypeConversionOp(Callable callable, InterpreterAssembler* assembler); |
- // Generates code to create a literal via |function_id|. |
- void DoCreateLiteral(Runtime::FunctionId function_id, |
- InterpreterAssembler* assembler); |
- |
// Generates code to perform delete via function_id. |
void DoDelete(Runtime::FunctionId function_id, |
InterpreterAssembler* assembler); |