cppcheck: remove unused variable
This commit is contained in:
parent
e0e6ebcda8
commit
6908efa144
1 changed files with 4 additions and 0 deletions
|
@ -220,7 +220,9 @@ void ConfigurationControllerResourceManager::DeactivateResource (
|
|||
if ( ! rxResourceId.is())
|
||||
return;
|
||||
|
||||
#if defined VERBOSE && VERBOSE>=1
|
||||
bool bSuccess (false);
|
||||
#endif
|
||||
try
|
||||
{
|
||||
// 1. Remove resource from URL->Object map.
|
||||
|
@ -254,7 +256,9 @@ void ConfigurationControllerResourceManager::DeactivateResource (
|
|||
}
|
||||
}
|
||||
|
||||
#if defined VERBOSE && VERBOSE>=1
|
||||
bSuccess = true;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
catch (RuntimeException&)
|
||||
|
|
Loading…
Reference in a new issue