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

Unified Diff: runtime/vm/object_store.h

Issue 10876100: Convert double interface into abstract class (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
Index: runtime/vm/object_store.h
===================================================================
--- runtime/vm/object_store.h (revision 11396)
+++ runtime/vm/object_store.h (working copy)
@@ -79,11 +79,6 @@
void set_smi_type(const Type& value) { smi_type_ = value.raw();
}
- RawType* double_interface() const { return double_interface_; }
- void set_double_interface(const Type& value) {
- double_interface_ = value.raw();
- }
-
RawClass* double_class() const { return double_class_; }
void set_double_class(const Class& value) { double_class_ = value.raw(); }
@@ -482,7 +477,6 @@
RawClass* mint_class_;
RawType* mint_type_;
RawClass* bigint_class_;
- RawType* double_interface_;
RawClass* double_class_;
RawType* double_type_;
RawType* string_interface_;
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | runtime/vm/object_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698