| Index: runtime/vm/bootstrap.cc
|
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
|
| index 55aca6dee7734bc5ac3d5137fc6f7eb9d294ce85..0ee04fc43f3620748668bf6d32174e9d49ba4bef 100644
|
| --- a/runtime/vm/bootstrap.cc
|
| +++ b/runtime/vm/bootstrap.cc
|
| @@ -54,10 +54,6 @@ static bootstrap_lib_props bootstrap_libraries[] = {
|
| isolate,
|
| Bootstrap::isolate_source_paths_,
|
| Bootstrap::isolate_patch_paths_),
|
| - INIT_LIBRARY(ObjectStore::kJson,
|
| - json,
|
| - Bootstrap::json_source_paths_,
|
| - NULL),
|
| INIT_LIBRARY(ObjectStore::kMath,
|
| math,
|
| Bootstrap::math_source_paths_,
|
|
|