From 7fdadb51f279180e7613a7ef703cda1818fe007d Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Sun, 12 Oct 2014 14:27:21 +0200 Subject: Fix "Value stored to 'child' is never read" (bzr r13598) --- src/xml/repr-io.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xml/repr-io.cpp') diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp index 0319bb5e3..a4146f215 100644 --- a/src/xml/repr-io.cpp +++ b/src/xml/repr-io.cpp @@ -623,7 +623,6 @@ static Node *sp_repr_svg_read_node (Document *xml_doc, xmlNodePtr node, const gc repr->setContent(reinterpret_cast(node->content)); } - child = node->xmlChildrenNode; for (child = node->xmlChildrenNode; child != NULL; child = child->next) { Node *crepr = sp_repr_svg_read_node (xml_doc, child, default_ns, prefix_map); if (crepr) { -- cgit v1.2.3