Index: runtime/vm/isolate.cc |
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
index d14e68be39107fb9d51b916d788f4eb4c463e657..b184f6cce2a3bbfb3ceff21de569e12dabc6a94f 100644 |
--- a/runtime/vm/isolate.cc |
+++ b/runtime/vm/isolate.cc |
@@ -1901,11 +1901,6 @@ void Isolate::PrintJSON(JSONStream* stream, bool ref) { |
} |
{ |
- JSONObject objectStore(&jsobj, "_objectStore"); |
- object_store()->PrintToJSONObject(&objectStore); |
- } |
- |
- { |
JSONObject tagCounters(&jsobj, "_tagCounters"); |
vm_tag_counters()->PrintToJSONObject(&tagCounters); |
} |