mirror of
https://github.com/ziglang/zig.git
synced 2026-02-19 15:58:50 +00:00
src/all_types.hpp: remove promise_symbol from suspend;
Tracking Issue #1296 ;
This commit is contained in:
parent
92cb330e16
commit
ca1b356337
@ -899,7 +899,6 @@ struct AstNodeAwaitExpr {
|
||||
|
||||
struct AstNodeSuspend {
|
||||
AstNode *block;
|
||||
AstNode *promise_symbol;
|
||||
};
|
||||
|
||||
struct AstNodePromiseType {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user