Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmith33 committed May 26, 2024
1 parent e61ad23 commit 70525e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/vox/ir/ir_function.d
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ struct IrFunction
void orderBlocks()
{
IrIndex first;
IrIndex firstLink;

void walk(IrIndex node)
{
Expand All @@ -149,8 +148,6 @@ struct IrFunction
walk(succ);
if (first.isDefined)
linkSingleBlockBefore(&this, node, first);
else
firstLink = node;
first = node;
}

Expand Down

0 comments on commit 70525e7

Please sign in to comment.