| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 9f809d7e3853e90618152dcdbe7d2daaf06b4e80..f70763b340d6b27a7a796e1883324eef5e873085 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -1081,13 +1081,6 @@ void ObjectTemplateInfo::ObjectTemplateInfoPrint(std::ostream& os) { // NOLINT
|
| }
|
|
|
|
|
| -void TypeSwitchInfo::TypeSwitchInfoPrint(std::ostream& os) { // NOLINT
|
| - HeapObject::PrintHeader(os, "TypeSwitchInfo");
|
| - os << "\n - types: " << Brief(types());
|
| - os << "\n";
|
| -}
|
| -
|
| -
|
| void AllocationSite::AllocationSitePrint(std::ostream& os) { // NOLINT
|
| HeapObject::PrintHeader(os, "AllocationSite");
|
| os << " - weak_next: " << Brief(weak_next());
|
|
|