Index: src/code-stubs.cc |
diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
index 690a64df4d1b61af1e69c9063397206bc3d0a3a4..50f51f147321d0ce8b6c23730f60604d4f624283 100644 |
--- a/src/code-stubs.cc |
+++ b/src/code-stubs.cc |
@@ -886,12 +886,6 @@ void ArgumentsAccessStub::PrintName(std::ostream& os) const { // NOLINT |
} |
-void CallConstructStub::PrintName(std::ostream& os) const { // NOLINT |
- os << "CallConstructStub"; |
- if (RecordCallTarget()) os << "_Recording"; |
-} |
- |
- |
void ArrayConstructorStub::PrintName(std::ostream& os) const { // NOLINT |
os << "ArrayConstructorStub"; |
switch (argument_count()) { |