| Index: runtime/vm/object_store.cc
|
| diff --git a/runtime/vm/object_store.cc b/runtime/vm/object_store.cc
|
| index c5a6be64811414e210d800208039e6d954fb4de8..a3bfae94b39310bd6f4e735b2b8939f42a316f0f 100644
|
| --- a/runtime/vm/object_store.cc
|
| +++ b/runtime/vm/object_store.cc
|
| @@ -79,7 +79,6 @@ ObjectStore::ObjectStore()
|
| resume_capabilities_(GrowableObjectArray::null()),
|
| exit_listeners_(GrowableObjectArray::null()),
|
| error_listeners_(GrowableObjectArray::null()),
|
| - sticky_error_(Error::null()),
|
| empty_context_(Context::null()),
|
| stack_overflow_(Instance::null()),
|
| out_of_memory_(Instance::null()),
|
|
|