Index: runtime/vm/dart.cc |
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc |
index e9c578a9d99d97301250818aa13e5dc7301c7e16..99c34c42900e66a324a61927cffda9b0b0f02479 100644 |
--- a/runtime/vm/dart.cc |
+++ b/runtime/vm/dart.cc |
@@ -298,9 +298,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(); |