diff options
Diffstat (limited to 'compiler/dex/compiler_enums.h')
| -rw-r--r-- | compiler/dex/compiler_enums.h | 21 | 
1 files changed, 0 insertions, 21 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index d73f148dcf..35d04ae137 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -302,27 +302,6 @@ enum ThrowKind {    kThrowStackOverflow,  }; -enum SpecialCaseHandler { -  kNoHandler, -  kNullMethod, -  kConstFunction, -  kIGet, -  kIGetBoolean, -  kIGetObject, -  kIGetByte, -  kIGetChar, -  kIGetShort, -  kIGetWide, -  kIPut, -  kIPutBoolean, -  kIPutObject, -  kIPutByte, -  kIPutChar, -  kIPutShort, -  kIPutWide, -  kIdentity, -}; -  enum DividePattern {    DivideNone,    Divide3,  |