| Index: runtime/vm/object_store.cc
|
| diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
|
| index f1dcac558c5d6889274888f068d651d9a5998d5c..ec8893309f35ce1aa0b6094c36ba34914a807b5c 100644
|
| --- a/runtime/vm/object_store.cc
|
| +++ b/runtime/vm/object_store.cc
|
| @@ -83,7 +83,6 @@ ObjectStore::ObjectStore()
|
| resume_capabilities_(GrowableObjectArray::null()),
|
| exit_listeners_(GrowableObjectArray::null()),
|
| error_listeners_(GrowableObjectArray::null()),
|
| - empty_context_(Context::null()),
|
| stack_overflow_(Instance::null()),
|
| out_of_memory_(Instance::null()),
|
| preallocated_unhandled_exception_(UnhandledException::null()),
|
|
|