Skip to content

Commit

Permalink
Remove an empty line that was added by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Pohlmann committed Jul 19, 2024
1 parent 3cbf236 commit bc9367f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ private void ProcessLocalFunction(ControlFlowGraph cfg, IMethodSymbol method)
{
ProcessedLocalFunctions.Add(localFunction);
var localFunctionCfg = cfg.FindLocalFunctionCfgInScope(localFunction, owner.Cancel);

foreach (var block in localFunctionCfg.Blocks.Reverse()) // Simplified approach, ignoring branching and try/catch/finally flows
{
ProcessBlock(localFunctionCfg, block);
Expand Down

0 comments on commit bc9367f

Please sign in to comment.