Skip to content

Commit

Permalink
Fix another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Nov 11, 2024
1 parent 36e0b20 commit 11dbbf9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions SC.GUI/OptimizationRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ class EvaluationFolderRunner
/// </summary>
private readonly string _exportDir;

/// <summary>
/// The export dir
/// </summary>
private bool _canceled;

/// <summary>
/// Time limit
/// </summary>
Expand Down Expand Up @@ -270,7 +265,6 @@ public void Run(object context)
public void Cancel()
{
_method.Cancel();
_canceled = true;
}

}
Expand Down

0 comments on commit 11dbbf9

Please sign in to comment.