diff options
author | Sabrina Shanman <cosmic@lindenlab.com> | 2022-06-24 21:34:15 +0000 |
---|---|---|
committer | Sabrina Shanman <cosmic@lindenlab.com> | 2022-06-24 21:34:15 +0000 |
commit | 46e0459c82eaa6444bf79671a41014c4eb83a993 (patch) | |
tree | ed7aa512454a389fb959479392e5572b3bc7d177 /indra/llfilesystem/lldiskcache.cpp | |
parent | 8728a68bb7ec583912d78c3d2844d82df3483e7c (diff) | |
parent | 7bf25aa8b8d168142a208e2b02af047c445aacb0 (diff) |
Merged in SL-17329 (pull request #1036)
SL-17329: Address Mac build error
Approved-by: Andrey Lihatskiy
Diffstat (limited to 'indra/llfilesystem/lldiskcache.cpp')
-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); |