mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Removed unnecessary variable "ownId" in ftController::FileRequest.
Optimized parameter of rsForums from "std::string" to "const std::string&". Recompile of the GUI needed. Cleared childTS in RsDistribMsg::clear. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3949 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8de9d39cc0
commit
28b4534fdf
5 changed files with 26 additions and 27 deletions
|
@ -1103,7 +1103,6 @@ bool ftController::FileRequest(const std::string& fname, const std::string& has
|
|||
std::cerr << std::endl;
|
||||
#endif
|
||||
|
||||
std::string ownId = mConnMgr->getOwnId();
|
||||
uint32_t rate = 0;
|
||||
if (flags & RS_FILE_HINTS_BACKGROUND)
|
||||
rate = FT_CNTRL_SLOW_RATE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue