mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-22 04:39:55 -04:00
Removed unused parameter warnings in libbitdht.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4557 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
babbea6599
commit
27842b8592
7 changed files with 34 additions and 25 deletions
|
@ -504,7 +504,6 @@ int bdQuery::worthyPotentialPeer(const bdId *id)
|
|||
* if it is already in mClosest -> false. old peer.
|
||||
* if it is > mClosest.rbegin() -> false. too far way.
|
||||
*/
|
||||
int retval = 1;
|
||||
|
||||
std::multimap<bdMetric, bdPeer>::iterator it, sit, eit;
|
||||
sit = mClosest.lower_bound(dist);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue