Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1176)

Unified Diff: vm/object_store.h

Issue 10911025: Get rid of support for string interpolation in #import strings. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vm/dart_api_impl_test.cc ('k') | vm/object_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/object_store.h
===================================================================
--- vm/object_store.h (revision 11672)
+++ vm/object_store.h (working copy)
@@ -402,11 +402,6 @@
libraries_ = value.raw();
}
- RawArray* import_map() const { return import_map_; }
- void set_import_map(const Array& value) {
- import_map_ = value.raw();
- }
-
RawGrowableObjectArray* pending_classes() const { return pending_classes_; }
void set_pending_classes(const GrowableObjectArray& value) {
ASSERT(!value.IsNull());
@@ -527,7 +522,6 @@
RawLibrary* builtin_library_;
RawLibrary* root_library_;
RawGrowableObjectArray* libraries_;
- RawArray* import_map_;
RawGrowableObjectArray* pending_classes_;
RawError* sticky_error_;
RawContext* empty_context_;
« no previous file with comments | « vm/dart_api_impl_test.cc ('k') | vm/object_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698