mirror of
https://github.com/aria2/aria2.git
synced 2024-12-14 01:18:40 +00:00
2008-09-02 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed wrong comment. * src/DefaultPeerStorage.cc
This commit is contained in:
parent
7cbe5a7934
commit
09077b809f
@ -1,3 +1,8 @@
|
||||
2008-09-02 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Removed wrong comment.
|
||||
* src/DefaultPeerStorage.cc
|
||||
|
||||
2008-09-02 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Moved implementation to SimpleRandomizer.cc from SimpleRandomizer.h.
|
||||
|
@ -217,7 +217,6 @@ void DefaultPeerStorage::deleteUnusedPeer(size_t delSize) {
|
||||
itr != peers.rend(); ++itr) {
|
||||
const PeerHandle& p = *itr;
|
||||
if(p->unused() && delSize > 0) {
|
||||
// Update removedPeerSession******Length
|
||||
onErasingPeer(p);
|
||||
delSize--;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user