Simplify procedure parameters callee logic

This commit is contained in:
gingerBill
2022-01-15 16:16:11 +00:00
parent 79f32d7b71
commit 9ecbadd457
2 changed files with 19 additions and 35 deletions
-1
View File
@@ -267,7 +267,6 @@ struct lbProcedure {
bool is_done;
lbAddr return_ptr;
Array<lbValue> params;
Array<lbDefer> defer_stmts;
Array<lbBlock *> blocks;
Array<lbBranchBlocks> branch_blocks;