| Index: runtime/vm/bootstrap.cc
|
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
|
| index 0ee04fc43f3620748668bf6d32174e9d49ba4bef..9fca43502ee8e72ea8015bddefb9f6567c630993 100644
|
| --- a/runtime/vm/bootstrap.cc
|
| +++ b/runtime/vm/bootstrap.cc
|
| @@ -62,10 +62,6 @@ static bootstrap_lib_props bootstrap_libraries[] = {
|
| mirrors,
|
| Bootstrap::mirrors_source_paths_,
|
| Bootstrap::mirrors_patch_paths_),
|
| - INIT_LIBRARY(ObjectStore::kPlatform,
|
| - platform,
|
| - Bootstrap::platform_source_paths_,
|
| - Bootstrap::platform_patch_paths_),
|
| INIT_LIBRARY(ObjectStore::kTypedData,
|
| typed_data,
|
| Bootstrap::typed_data_source_paths_,
|
|
|