Remove unused variable

This commit is contained in:
kannibalox
2024-11-03 09:34:30 -05:00
committed by Jari Sundell
parent 36fd837d27
commit af2f30c183
-1
View File
@@ -317,7 +317,6 @@ process_document(const tinyxml2::XMLDocument* doc, tinyxml2::XMLPrinter* printer
printer->CloseElement(true);
printer->CloseElement(true);
tinyxml2::XMLDocument resultDoc;
}