diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-10-12 12:27:21 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-10-12 12:27:21 +0000 |
| commit | 7fdadb51f279180e7613a7ef703cda1818fe007d (patch) | |
| tree | cc3a5814a0e75fdd7d81fa4d74d8f97adabca67b /src/xml/repr-io.cpp | |
| parent | Fix "Access to field 'image_out' results in a dereference of a null pointer" (diff) | |
| download | inkscape-7fdadb51f279180e7613a7ef703cda1818fe007d.tar.gz inkscape-7fdadb51f279180e7613a7ef703cda1818fe007d.zip | |
Fix "Value stored to 'child' is never read"
(bzr r13598)
Diffstat (limited to 'src/xml/repr-io.cpp')
| -rw-r--r-- | src/xml/repr-io.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<gchar*>(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) { |
