SL-17329: Remove unused extra variable initialization
parent
db5806f004
commit
7bf25aa8b8
|
|
@ -146,7 +146,6 @@ void LLDiskCache::purge()
|
|||
{
|
||||
file_removed.push_back(should_remove);
|
||||
}
|
||||
std::string action = "";
|
||||
if (should_remove)
|
||||
{
|
||||
boost::filesystem::remove(entry.second.second, ec);
|
||||
|
|
|
|||
Loading…
Reference in New Issue