From 0df35799a39b8a76d13ccb4c1ab4d57a0ab6d129 Mon Sep 17 00:00:00 2001
From: Henri Beauchamp <sldev@free.fr>
Date: Mon, 8 Jul 2024 23:31:43 +0200
Subject: Remove a remnant of debug code.

---
 indra/llxml/llxmlnode.cpp | 2 --
 1 file changed, 2 deletions(-)

(limited to 'indra')

diff --git a/indra/llxml/llxmlnode.cpp b/indra/llxml/llxmlnode.cpp
index 8eb4556828..d6f9a56c9d 100644
--- a/indra/llxml/llxmlnode.cpp
+++ b/indra/llxml/llxmlnode.cpp
@@ -3286,7 +3286,6 @@ bool LLXMLNode::parseXmlRpcArrayValue(LLSD& target)
                    << LL_ENDL;
         return false;
     }
-    U32 i = 0;
     for (LLXMLNode* itemp = datap->getFirstChild().get(); itemp;
          itemp = itemp->getNextSibling().get())
     {
@@ -3296,7 +3295,6 @@ bool LLXMLNode::parseXmlRpcArrayValue(LLSD& target)
             return false;
         }
         target.append(value);
-        ++i;
     }
     return true;
 }
-- 
cgit v1.2.3