Skip to content

Commit

Permalink
Removing unneeded finalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerBarreto committed Oct 23, 2023
1 parent 18ffc4b commit 1f6db2b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,4 @@ public void Cancel()
{
this._cancelTokenSource.Cancel();
}

/// <summary>
/// Dispose resources.
/// </summary>
~SKCancelEventArgs()
{
this._cancelTokenSource.Dispose();
}
}

0 comments on commit 1f6db2b

Please sign in to comment.