mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
Removed some cruft like mymethod(){return;} from pqi
This commit is contained in:
parent
12acf6de35
commit
30e40470e2
7 changed files with 120 additions and 142 deletions
|
@ -1936,10 +1936,7 @@ bool pqissl::cansend(uint32_t usec)
|
|||
|
||||
}
|
||||
|
||||
RsFileHash pqissl::gethash()
|
||||
{
|
||||
return RsFileHash() ;
|
||||
}
|
||||
RsFileHash pqissl::gethash() { return RsFileHash(); }
|
||||
|
||||
/********** End of Implementation of BinInterface ******************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue