Index: runtime/vm/scopes.h |
diff --git a/runtime/vm/scopes.h b/runtime/vm/scopes.h |
index 98bd2add5820f95612bf1204e9cd610eb66e677e..d6c2319698d431d6c2c6c6cfc4786f78343fba4c 100644 |
--- a/runtime/vm/scopes.h |
+++ b/runtime/vm/scopes.h |
@@ -287,9 +287,6 @@ class LocalScope : public ZoneAllocated { |
// statement. |
SourceLabel* LookupInnermostLabel(Token::Kind jump_kind); |
- // Lookup the label for the "innermost" catch block if one exists. |
- SourceLabel* LookupInnermostCatchLabel(); |
- |
// Lookup scope of outer switch statement at same function level. |
// Returns NULL if this scope is not embedded in a switch. |
LocalScope* LookupSwitchScope(); |