Skip to content

Commit

Permalink
Merge pull request #915 from dxdjgl/master
Browse files Browse the repository at this point in the history
Fixed review comment from Drew Noakes.
  • Loading branch information
somdoron authored Jul 8, 2020
2 parents 07b589c + 29ac811 commit 08f132e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/NetMQ/Core/Mechanisms/CurveMechanismBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ protected CurveMechanismBase(SessionBase session, Options options,

public override void Dispose()
{
Assumes.NotNull(m_box);

m_box?.Dispose();
}

Expand Down

0 comments on commit 08f132e

Please sign in to comment.