SL-17329: Remove unused extra variable initialization

master
Cosmic Linden 2022-06-24 13:32:14 -07:00
parent db5806f004
commit 7bf25aa8b8
1 changed files with 0 additions and 1 deletions

View File

@ -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);