Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index b48b828ae7f336643e9c4d8886fb7ba4f7277177..2250f537151bb1571c3689142a334c2407a8cd50 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -603,14 +603,6 @@ void CallICStub::PrintState(std::ostream& os) const { // NOLINT |
} |
-void InstanceofStub::PrintName(std::ostream& os) const { // NOLINT |
- os << "InstanceofStub"; |
- if (HasArgsInRegisters()) os << "_REGS"; |
- if (HasCallSiteInlineCheck()) os << "_INLINE"; |
- if (ReturnTrueFalseObject()) os << "_TRUEFALSE"; |
-} |
- |
- |
void JSEntryStub::FinishCode(Handle<Code> code) { |
Handle<FixedArray> handler_table = |
code->GetIsolate()->factory()->NewFixedArray(1, TENURED); |