Remove unused lbDefer kind

This commit is contained in:
gingerBill
2022-01-15 16:03:37 +00:00
parent 7501cc2f17
commit 79f32d7b71
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -204,7 +204,6 @@ enum lbDeferExitKind {
enum lbDeferKind {
lbDefer_Node,
lbDefer_Instr,
lbDefer_Proc,
};
@@ -215,8 +214,6 @@ struct lbDefer {
lbBlock * block;
union {
Ast *stmt;
// NOTE(bill): 'instr' will be copied every time to create a new one
lbValue instr;
struct {
lbValue deferred;
Array<lbValue> result_as_args;