Skip to content

Commit

Permalink
review codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Cerqueira committed Oct 19, 2023
1 parent 18a036a commit 66e1022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/Controls/TasksProcess/WaitControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ private void RunAllTasks(CancellationToken cancellationtoken)
var tasks = new List<(int, Task)>();
var currentmode = _options.States[i].StepMode;
var executelist = new List<int>();
string firstdesc = _options.States[i].Description;
var detailsElapsedTime = new List<(int left, int top, Stopwatch sw)>();
var degreecount = 0;
do
Expand Down

0 comments on commit 66e1022

Please sign in to comment.