summaryrefslogtreecommitdiffstats
path: root/compiler/dex/compiler_enums.h
diff options
context:
space:
mode:
authorMingyao Yang <mingyao@google.com>2014-04-17 17:31:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-04-17 17:31:48 +0000
commit425640d6fac3432a44e236a002e8401a7cd59c5c (patch)
tree0d5e53555369cb0be7239dc8b9f1f779a5ecb97d /compiler/dex/compiler_enums.h
parent79f2c53f3cb8649c19aeded82f7b8dcc96015808 (diff)
parente643a179cf5585ba6bafdd4fa51730d9f50c06f6 (diff)
downloadart-425640d6fac3432a44e236a002e8401a7cd59c5c.tar.gz
art-425640d6fac3432a44e236a002e8401a7cd59c5c.tar.bz2
art-425640d6fac3432a44e236a002e8401a7cd59c5c.zip
Merge "Use LIRSlowPath for throwing NPE."
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r--compiler/dex/compiler_enums.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h
index 38d37b0700..8a88d618cc 100644
--- a/compiler/dex/compiler_enums.h
+++ b/compiler/dex/compiler_enums.h
@@ -323,7 +323,6 @@ enum X86ConditionCode {
std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind);
enum ThrowKind {
- kThrowNullPointer,
kThrowArrayBounds,
kThrowConstantArrayBounds,
kThrowNoSuchMethod,