diff options
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r-- | compiler/dex/compiler_enums.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index 147e840166..718468fb77 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -328,7 +328,6 @@ enum ThrowKind { kThrowArrayBounds, kThrowConstantArrayBounds, kThrowNoSuchMethod, - kThrowStackOverflow, }; enum DividePattern { |