| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 4514c02705ee493933362820c915d9648719fc10..5c007ee2624704b82e13061fbe466fb8889d2c1c 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -4230,9 +4230,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;
|
|
|