| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index a262edff2c4f773a7633dcc2d66fc633927bc13e..5e2061b4661a0c68e3c2454e7217ce94775de1b7 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -666,7 +666,7 @@ class RawClass : public RawObject {
|
|
|
| RawObject** from() { return reinterpret_cast<RawObject**>(&ptr()->name_); }
|
| RawString* name_;
|
| - RawString* user_name_;
|
| + NOT_IN_PRODUCT(RawString* user_name_);
|
| RawArray* functions_;
|
| RawArray* functions_hash_table_;
|
| RawArray* fields_;
|
|
|