libretroshare: remove unused variables

This commit is contained in:
sehraf 2016-06-02 14:42:32 +02:00
parent 617a863f12
commit cfc0e7071a
27 changed files with 38 additions and 42 deletions

View file

@ -256,7 +256,7 @@ bool ftServer::ResumeTransfers()
return true;
}
bool ftServer::checkHash(const RsFileHash& hash,std::string& error_string)
bool ftServer::checkHash(const RsFileHash& /*hash*/, std::string& /*error_string*/)
{
return true ;
}