mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Fix CppCheck in ftserver.cc
/libretroshare/src/ft/ftserver.cc:134: warning: Cppcheck(unreadVariable): Variable 'localcachedir' is assigned a value that is never used. /libretroshare/src/ft/ftserver.cc:135: warning: Cppcheck(unreadVariable): Variable 'remotecachedir' is assigned a value that is never used.
This commit is contained in:
parent
51ed0324f6
commit
c8548b2a2d
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ void ftServer::SetupFtServer()
|
|||
{
|
||||
|
||||
/* setup FiStore/Monitor */
|
||||
std::string localcachedir = mConfigPath + "/cache/local";
|
||||
std::string remotecachedir = mConfigPath + "/cache/remote";
|
||||
//std::string localcachedir = mConfigPath + "/cache/local";
|
||||
//std::string remotecachedir = mConfigPath + "/cache/remote";
|
||||
RsPeerId ownId = mServiceCtrl->getOwnId();
|
||||
|
||||
/* search/extras List */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue