| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 74231572dea5b1bc1186e91c69fcd37791edfffc..235025156aec69b74835e298b6518f8a2d05e225 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -1761,7 +1761,6 @@ class RawMixinAppType : public RawAbstractType {
|
| return reinterpret_cast<RawObject**>(&ptr()->super_type_);
|
| }
|
| RawAbstractType* super_type_;
|
| - RawSmi* hash_;
|
| RawArray* mixin_types_; // Array of AbstractType.
|
| RawObject** to() {
|
| return reinterpret_cast<RawObject**>(&ptr()->mixin_types_);
|
|
|