Chromium Code Reviews| Index: runtime/vm/isolate.cc |
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc |
| index aa8f2a7aea9e05e1bb5b488caa1f01183744e13d..18f417a249e37b6f47df70288722b2b8fcfebf84 100644 |
| --- a/runtime/vm/isolate.cc |
| +++ b/runtime/vm/isolate.cc |
| @@ -408,9 +408,6 @@ Isolate* Isolate::Init(const char* name_prefix) { |
| Isolate* result = new Isolate(); |
| ASSERT(result != NULL); |
| - // Setup for profiling. |
| - Profiler::InitProfilingForIsolate(result); |
| - |
| // Add to isolate list. |
| AddIsolateTolist(result); |