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:
thunder2 2011-08-12 12:43:24 +00:00
parent babbea6599
commit 27842b8592
7 changed files with 34 additions and 25 deletions

View file

@ -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);