Skip to content

Commit e8c674a

Browse files
author
Jesper Glintborg
committed
Fixed review comment from Drew Noakes.
1 parent b69ac5a commit e8c674a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NetMQ/Core/Mechanisms/CurveMechanismBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ protected CurveMechanismBase(SessionBase session, Options options,
4343

4444
public override void Dispose()
4545
{
46-
Assumes.NotNull(m_box);
4746

4847
m_box?.Dispose();
4948
}

0 commit comments

Comments
 (0)