diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-19 17:33:27 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2023-05-19 17:33:27 -0400 |
| commit | b61ea595b5f2cac0f108b05526f0a371f512bfd4 (patch) | |
| tree | 57cce285218550dd2c0378ac8bf0c1c1d856701e /indra/newview/llagent.cpp | |
| parent | 84278d0d2c404a02c6292a6d99f38a88e77a6490 (diff) | |
SL-18837: Clean up more set-but-unused variables for Xcode 14.3
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rw-r--r-- | indra/newview/llagent.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 9018a5f168..f158d312ff 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3707,7 +3707,6 @@ void LLAgent::processScriptControlChange(LLMessageSystem *msg, void **) // take controls msg->getU32("Data", "Controls", controls, block_index ); msg->getBOOL("Data", "PassToAgent", passon, block_index ); - U32 total_count = 0; for (i = 0; i < TOTAL_CONTROLS; i++) { if (controls & ( 1 << i)) @@ -3720,7 +3719,6 @@ void LLAgent::processScriptControlChange(LLMessageSystem *msg, void **) { gAgent.mControlsTakenCount[i]++; } - total_count++; } } } |
