mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Remove unused lbDefer kind
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user