| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index d43fbaaed9fa17c68c2444756a4262322f83ad24..14c825862155db88109320bbc1cca50630be9860 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4216,9 +4216,6 @@ class Instructions : public Object {
|
| #elif defined(TARGET_ARCH_ARM64)
|
| static const intptr_t kCheckedEntryOffset = 16;
|
| static const intptr_t kUncheckedEntryOffset = 40;
|
| -#elif defined(TARGET_ARCH_MIPS)
|
| - static const intptr_t kCheckedEntryOffset = 12;
|
| - static const intptr_t kUncheckedEntryOffset = 52;
|
| #elif defined(TARGET_ARCH_DBC)
|
| static const intptr_t kCheckedEntryOffset = 0;
|
| static const intptr_t kUncheckedEntryOffset = 0;
|
|
|