| Index: runtime/vm/bootstrap.cc
|
| diff --git a/runtime/vm/bootstrap.cc b/runtime/vm/bootstrap.cc
|
| index 3d43e46ac58d312c24f8f60740a664ff6815f6ff..4c8aee0d29e24223608214a0831458d022f08ed9 100644
|
| --- a/runtime/vm/bootstrap.cc
|
| +++ b/runtime/vm/bootstrap.cc
|
| @@ -38,10 +38,6 @@ static bootstrap_lib_props bootstrap_libraries[] = {
|
| async,
|
| Bootstrap::async_source_paths_,
|
| Bootstrap::async_patch_paths_),
|
| - INIT_LIBRARY(ObjectStore::kCodec,
|
| - codec,
|
| - Bootstrap::codec_source_paths_,
|
| - NULL),
|
| INIT_LIBRARY(ObjectStore::kConvert,
|
| convert,
|
| Bootstrap::convert_source_paths_,
|
|
|