diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-04-03 13:53:18 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-04-03 13:53:18 -0400 |
commit | 230c96b20d8658236e83742169a7744b18a04ed2 (patch) | |
tree | 2e02b454a11a7562ba48a10e01d2a3352a5de505 /indra/llcommon | |
parent | c7053a6928fd5eafdc935453742e92951ae4e0c1 (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.cpp | 2 |
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()) { |