Chromium Code Reviews| Index: runtime/vm/object_store.cc |
| =================================================================== |
| --- runtime/vm/object_store.cc (revision 7756) |
| +++ runtime/vm/object_store.cc (working copy) |
| @@ -70,7 +70,6 @@ |
| native_wrappers_library_(Library::null()), |
| builtin_library_(Library::null()), |
| root_library_(Library::null()), |
| - import_map_(Array::null()), |
| registered_libraries_(Library::null()), |
| pending_classes_(GrowableObjectArray::null()), |
| sticky_error_(Error::null()), |