Skip to content

Commit

Permalink
removed an already implemented todo comment line.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Oct 13, 2014
1 parent 3ac2234 commit cdd8f6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CoiniumServ/Mining/MinerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ public IMiner GetByConnection(IConnection connection)

public void Remove(IConnection connection)
{
// todo: we need a lock on _miners in order to fix - https://github.com/CoiniumServ/CoiniumServ/issues/550#issuecomment-58748173

// find the miner associated with the connection.
var miner = (from pair in _miners
let client = (IClient) pair.Value
Expand Down

0 comments on commit cdd8f6f

Please sign in to comment.