diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-11-28 20:09:15 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-11-28 20:09:15 +0000 |
| commit | 3702e3dacb1dbe5d191fc9537b7af1346ba24970 (patch) | |
| tree | f1cc8a335584492bd71d8ffcc35af27452a022e3 | |
| parent | 8ad4344cd5b3005a86276474d323b551fabc6f27 (diff) | |
cleaned up useless affectation
| -rw-r--r-- | lasso/xml/xml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 25c7025a..fa8c57e7 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -731,7 +731,6 @@ init_xml_with_snippets(xmlNode *node, struct XmlSnippet *snippets) *(snippets[i].value) = xmlGetProp(node, snippets[i].name); } - t = node->children; for (t = node->children; t; t = t->next) { if (t->type != XML_ELEMENT_NODE) continue; |
