Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index d1afce6b3e69f9f293dc3b7086cce882bfda04f5..41641bb473bb0eee5b76fbf87e675ffab12b5689 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -1192,15 +1192,6 @@ void Interpreter::DoTestEqualStrict(InterpreterAssembler* assembler) { |
} |
-// TestNotEqualStrict <src> |
-// |
-// Test if the value in the <src> register is not strictly equal to the |
-// accumulator. |
-void Interpreter::DoTestNotEqualStrict(InterpreterAssembler* assembler) { |
- DoBinaryOp(CodeFactory::StrictNotEqual(isolate_), assembler); |
-} |
- |
- |
// TestLessThan <src> |
// |
// Test if the value in the <src> register is less than the accumulator. |