| Index: runtime/vm/object_store.cc
|
| diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
|
| index f6602b009178689fa4a42033f0f8b0dbfd783d64..fb8952dc1273dca4f2f0c871b9ba3a9bd192c4c9 100644
|
| --- a/runtime/vm/object_store.cc
|
| +++ b/runtime/vm/object_store.cc
|
| @@ -19,8 +19,6 @@ ObjectStore::ObjectStore()
|
| object_type_(Type::null()),
|
| null_class_(Class::null()),
|
| null_type_(Type::null()),
|
| - dynamic_type_(Type::null()),
|
| - void_type_(Type::null()),
|
| function_type_(Type::null()),
|
| type_class_(Class::null()),
|
| number_type_(Type::null()),
|
|
|