summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2023-04-03 13:53:18 -0400
committerNat Goodspeed <nat@lindenlab.com>2023-04-03 13:53:18 -0400
commit230c96b20d8658236e83742169a7744b18a04ed2 (patch)
tree2e02b454a11a7562ba48a10e01d2a3352a5de505 /indra/llcommon
parentc7053a6928fd5eafdc935453742e92951ae4e0c1 (diff)
SL-18330: Remove some set-but-unused vars flagged by Xcode 14.3.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llerrorthread.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/llerrorthread.cpp b/indra/llcommon/llerrorthread.cpp
index f6bc68b5c1..4f8f0a88ad 100644
--- a/indra/llcommon/llerrorthread.cpp
+++ b/indra/llcommon/llerrorthread.cpp
@@ -108,11 +108,9 @@ void LLErrorThread::run()
// application state as APP_STATUS_ERROR.
LL_INFOS() << "thread_error - Waiting for an error" << LL_ENDL;
- S32 counter = 0;
while (! (LLApp::isError() || LLApp::isStopped()))
{
ms_sleep(10);
- counter++;
}
if (LLApp::isError())
{