| Index: runtime/vm/bootstrap.cc
|
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
|
| index a01f107034e6e726954780d5a744738a53389a3b..44525b272be0e00cf1164cb1a84c0447d96dee19 100644
|
| --- a/runtime/vm/bootstrap.cc
|
| +++ b/runtime/vm/bootstrap.cc
|
| @@ -67,10 +67,6 @@ static bootstrap_lib_props bootstrap_libraries[] = {
|
| mirrors,
|
| Bootstrap::mirrors_source_paths_,
|
| Bootstrap::mirrors_patch_paths_),
|
| - INIT_LIBRARY(ObjectStore::kProfiler,
|
| - profiler,
|
| - Bootstrap::profiler_source_paths_,
|
| - NULL),
|
| INIT_LIBRARY(ObjectStore::kTypedData,
|
| typed_data,
|
| Bootstrap::typed_data_source_paths_,
|
|
|