mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05: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
@ -131,8 +131,8 @@ void ftServer::SetupFtServer()
|
|||||||
{
|
{
|
||||||
|
|
||||||
/* setup FiStore/Monitor */
|
/* setup FiStore/Monitor */
|
||||||
std::string localcachedir = mConfigPath + "/cache/local";
|
//std::string localcachedir = mConfigPath + "/cache/local";
|
||||||
std::string remotecachedir = mConfigPath + "/cache/remote";
|
//std::string remotecachedir = mConfigPath + "/cache/remote";
|
||||||
RsPeerId ownId = mServiceCtrl->getOwnId();
|
RsPeerId ownId = mServiceCtrl->getOwnId();
|
||||||
|
|
||||||
/* search/extras List */
|
/* search/extras List */
|
||||||
|
Loading…
Reference in New Issue
Block a user