mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-27 17:57:30 -04:00
remove unused vars
This commit is contained in:
@@ -2764,7 +2764,6 @@ void CentralServer::run(void)
|
||||
if (curTime > nextLoadingLogTime)
|
||||
{
|
||||
nextLoadingLogTime = curTime + 10000;
|
||||
std::string planets;
|
||||
for (std::set<std::string>::const_iterator i=getInstance().m_planetsWaitingForPreload.begin(); i!=getInstance().m_planetsWaitingForPreload.end(); ++i)
|
||||
LOG("Preload",("Waiting for planet %s",i->c_str()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user