diff options
| author | 2014-04-18 00:18:27 +0000 | |
|---|---|---|
| committer | 2014-04-18 00:18:27 +0000 | |
| commit | 957e2a2bb9ca9a59b4fb41170b1b1a53e99bed67 (patch) | |
| tree | 43f4c2518035b346d7b7ecd46c4b79d1ef45d882 /compiler/dex/compiler_enums.h | |
| parent | 48a35cbc17fdf91869a7aabee3dd6290b0d045cb (diff) | |
| parent | 9d46314a309aff327f9913789b5f61200c162609 (diff) | |
Merge "Use LIRSlowPath for throwing ArrayOutOfBoundsException."
Diffstat (limited to 'compiler/dex/compiler_enums.h')
| -rw-r--r-- | compiler/dex/compiler_enums.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index 8a88d618cc..6f4fa3ab50 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -323,8 +323,6 @@ enum X86ConditionCode { std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind); enum ThrowKind { - kThrowArrayBounds, - kThrowConstantArrayBounds, kThrowNoSuchMethod, }; |