Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index e2838fc5ccc2592ac8d072cac23218a7f9ba8924..113c236e71015dce33099f8a8ea8abb9228f6568 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -584,11 +584,6 @@ Type* CompareNilICStub::GetInputType(Zone* zone, Handle<Map> map) { |
} |
-void CallIC_ArrayStub::PrintState(std::ostream& os) const { // NOLINT |
- os << state() << " (Array)"; |
-} |
- |
- |
void CallICStub::PrintState(std::ostream& os) const { // NOLINT |
os << state(); |
} |