Fixed a warning and a complaint about a never-read variable.
This commit is contained in:
@@ -243,7 +243,6 @@ void cWorldStorage::Execute(void)
|
||||
bool Success;
|
||||
do
|
||||
{
|
||||
Success = false;
|
||||
if (m_ShouldTerminate)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user