Chromium Code Reviews| Index: runtime/vm/ast.h |
| diff --git a/runtime/vm/ast.h b/runtime/vm/ast.h |
| index ead710e1ad99cbfa54aabf71cf7b65711955b2b5..c99b6cb860dc85b5ea982e6a5c2a07a91a752af2 100644 |
| --- a/runtime/vm/ast.h |
| +++ b/runtime/vm/ast.h |
| @@ -1801,7 +1801,6 @@ class NativeBodyNode : public AstNode { |
| class CatchClauseNode : public AstNode { |
| public: |
| static const intptr_t kInvalidTryIndex = -1; |
| - static const intptr_t kImplicitAsyncTryIndex = 0; |
| CatchClauseNode(TokenPosition token_pos, |
| SequenceNode* catch_block, |