Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 82b8bb60e0c0128bbd501fb0156cba8fa47501ea..a62bbd0955500234594b75ca51c56adbb9239189 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -315,7 +315,6 @@ class RawObject { |
static bool IsByteArrayClassId(intptr_t index); |
protected: |
- RawClass* class_; |
uword tags_; // Various object tags (bits). |
private: |