Skip to content

Commit 446148e

Browse files
committed
remove unused assignment
1 parent 59c2035 commit 446148e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/execute/build/orchestrator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ func (o *Orchestrator) setupBuildTask(
167167
}
168168
}
169169
}
170-
circularityStack = circularityStack[:len(circularityStack)-1]
171170
completed.Add(path)
172171
task.reportDone = make(chan struct{})
173172
prev := core.LastOrNil(o.order)

0 commit comments

Comments
 (0)