Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Unified Diff: runtime/vm/ast.h

Issue 2718353002: Revert "Track the 'awaiter return' call stack..." (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « runtime/observatory/tests/service/pause_on_unhandled_async_exceptions_test.dart ('k') | runtime/vm/ast_transformer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698