| Index: runtime/vm/dart.cc
|
| diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
|
| index 368c30fe46073b069ec42081eb0b08bdc3537dd6..9d9090a005e0be3039b32f2a2b83a7a9c2d1ce26 100644
|
| --- a/runtime/vm/dart.cc
|
| +++ b/runtime/vm/dart.cc
|
| @@ -296,9 +296,6 @@ RawError* Dart::InitializeIsolate(const uint8_t* snapshot_buffer, void* data) {
|
| ObjectStore::Init(I);
|
| }
|
|
|
| - // Setup for profiling.
|
| - Profiler::InitProfilingForIsolate(I);
|
| -
|
| const Error& error = Error::Handle(Object::Init(I));
|
| if (!error.IsNull()) {
|
| return error.raw();
|
|
|