Revert "Minor improvement to multi return value reducing stack usage"

This commit is contained in:
gingerBill
2022-11-13 23:56:05 +00:00
parent 81f83d5780
commit 25bec19b1f
6 changed files with 20 additions and 91 deletions

View File

@@ -6739,9 +6739,6 @@ ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *call, Ast *pr
if (initial_entity != nullptr && initial_entity->kind == Entity_Procedure) {
if (initial_entity->Procedure.deferred_procedure.entity != nullptr) {
call->viral_state_flags |= ViralStateFlag_ContainsDeferredProcedure;
if (c->decl != nullptr) {
c->decl->defer_use_count += 1;
}
}
}