Skip to content

Commit

Permalink
Remove false assertion
Browse files Browse the repository at this point in the history
As of 4df7b54, the assertion no
longer holds.
  • Loading branch information
tatsuhiro-t committed Aug 20, 2016
1 parent de2c65e commit 65b7205
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DefaultPeerStorage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ DefaultPeerStorage::DefaultPeerStorage()

DefaultPeerStorage::~DefaultPeerStorage()
{
assert(uniqPeers_.size() == unusedPeers_.size() + usedPeers_.size());
}

size_t DefaultPeerStorage::countAllPeer() const
Expand Down

0 comments on commit 65b7205

Please sign in to comment.