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. |