Skip to content

Commit 19ae8d9

Browse files
committed
Fix deprecation warning in SevenZipExtractor
1 parent 9a99666 commit 19ae8d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Windows Build Identifier/SevenZipExtractor/SafeLibraryHandle.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ public SafeLibraryHandle() : base(true)
1010
{
1111
}
1212

13-
/// <summary>Release library handle</summary>
14-
/// <returns>true if the handle was released</returns>
15-
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
1613
protected override bool ReleaseHandle()
1714
{
1815
return Kernel32Dll.FreeLibrary(this.handle);

0 commit comments

Comments
 (0)