Skip to content

Commit

Permalink
Fix deprecation warning in SevenZipExtractor
Browse files Browse the repository at this point in the history
  • Loading branch information
gus33000 committed Nov 15, 2021
1 parent 9a99666 commit 19ae8d9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ public SafeLibraryHandle() : base(true)
{
}

/// <summary>Release library handle</summary>
/// <returns>true if the handle was released</returns>
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
protected override bool ReleaseHandle()
{
return Kernel32Dll.FreeLibrary(this.handle);
Expand Down

0 comments on commit 19ae8d9

Please sign in to comment.