src/all_types.hpp: remove promise_symbol from suspend;

Tracking Issue #1296 ;
This commit is contained in:
kristopher tate 2018-07-29 17:09:00 +09:00
parent 92cb330e16
commit ca1b356337

View File

@ -899,7 +899,6 @@ struct AstNodeAwaitExpr {
struct AstNodeSuspend {
AstNode *block;
AstNode *promise_symbol;
};
struct AstNodePromiseType {