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

Unified Diff: runtime/vm/object.h

Issue 10521004: Eliminate RawObject::class_ field entirely. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index fb31d02b43ba461d25a0d2a2f260629c2a4a5d3b..1a7120d73df15e9c1799256ffad2ee1abe82ae38 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -200,7 +200,6 @@ class Object {
}
inline RawClass* clazz() const;
- static intptr_t class_offset() { return OFFSET_OF(RawObject, class_); }
static intptr_t tags_offset() { return OFFSET_OF(RawObject, tags_); }
// Class testers.

Powered by Google App Engine
This is Rietveld 408576698