| Index: runtime/vm/isolate.cc
|
| ===================================================================
|
| --- runtime/vm/isolate.cc (revision 28185)
|
| +++ runtime/vm/isolate.cc (working copy)
|
| @@ -680,9 +680,6 @@
|
| api_state()->weak_persistent_handles().VisitHandles(&visitor);
|
|
|
| CompilerStats::Print();
|
| - // TODO(asiva): Move this code to Dart::Cleanup when we have that method
|
| - // as the cleanup for Dart::InitOnce.
|
| - CodeObservers::DeleteAll();
|
| if (FLAG_trace_isolates) {
|
| heap()->PrintSizes();
|
| megamorphic_cache_table()->PrintSizes();
|
|
|