diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-06-24 13:32:14 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-06-24 13:32:14 -0700 |
commit | 7bf25aa8b8d168142a208e2b02af047c445aacb0 (patch) | |
tree | 6bab4f7c1e746059d4ac8fa5aae455a2866f35de /indra/llfilesystem | |
parent | db5806f004a789f6b5ed65c691473ae5ea2aa97e (diff) |
SL-17329: Remove unused extra variable initialization
Diffstat (limited to 'indra/llfilesystem')
-rw-r--r-- | indra/llfilesystem/lldiskcache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldiskcache.cpp b/indra/llfilesystem/lldiskcache.cpp index 74955df50a..48d6ed8a68 100644 --- a/indra/llfilesystem/lldiskcache.cpp +++ b/indra/llfilesystem/lldiskcache.cpp @@ -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); |