summaryrefslogtreecommitdiff
path: root/compiler/utils
diff options
context:
space:
mode:
author Mingyao Yang <mingyao@google.com> 2014-04-23 22:02:33 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-04-23 22:02:33 +0000
commit125011d70aa84b3fd9052f1c90101401b0851928 (patch)
treedf2ed3d17bcda9444ea611db740374ca1fb17d94 /compiler/utils
parentde981b0c9124f0b1f29e18ea6b8cb8328f561aab (diff)
parent3a74d15ccc9a902874473ac9632e568b19b91b1c (diff)
Merge "Delete throw launchpads."
Diffstat (limited to 'compiler/utils')
-rw-r--r--compiler/utils/growable_array.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/utils/growable_array.h b/compiler/utils/growable_array.h
index a7d1f0e5a5..b33a62e67f 100644
--- a/compiler/utils/growable_array.h
+++ b/compiler/utils/growable_array.h
@@ -31,7 +31,6 @@ enum OatListKind {
kGrowableArrayDfsOrder,
kGrowableArrayDfsPostOrder,
kGrowableArrayDomPostOrderTraversal,
- kGrowableArrayThrowLaunchPads,
kGrowableArraySuspendLaunchPads,
kGrowableArraySwitchTables,
kGrowableArrayFillArrayData,