summaryrefslogtreecommitdiff
path: root/indra/llxml
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/llxml
parentc7053a6928fd5eafdc935453742e92951ae4e0c1 (diff)
SL-18330: Remove some set-but-unused vars flagged by Xcode 14.3.
Diffstat (limited to 'indra/llxml')
-rw-r--r--indra/llxml/llcontrol.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llxml/llcontrol.cpp b/indra/llxml/llcontrol.cpp
index ead8634df4..2960ecf829 100644
--- a/indra/llxml/llcontrol.cpp
+++ b/indra/llxml/llcontrol.cpp
@@ -774,7 +774,6 @@ U32 LLControlGroup::loadFromFileLegacy(const std::string& filename, BOOL require
return 0;
}
- U32 item = 0;
U32 validitems = 0;
S32 version;
@@ -808,8 +807,6 @@ U32 LLControlGroup::loadFromFileLegacy(const std::string& filename, BOOL require
}
// Got an item. Load it up.
- item++;
-
// If not declared, assume it's a string
if (!declared)
{