From 2af19f985b911b6dc6ada478ba8d201d2ddc9309 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 28 Jan 2013 17:44:53 +0100 Subject: [PATCH] Cleanup of a duplicate test in an and expression, pointed by Thomas Jarosch Daniel --- debugXML.c | 1 - 1 file changed, 1 deletion(-) diff --git a/debugXML.c b/debugXML.c index 3874b19f..c8efe6ab 100644 --- a/debugXML.c +++ b/debugXML.c @@ -354,7 +354,6 @@ xmlCtxtGenericNodeCheck(xmlDebugCtxtPtr ctxt, xmlNodePtr node) { (node->type != XML_ELEMENT_DECL) && (node->type != XML_ATTRIBUTE_DECL) && (node->type != XML_DTD_NODE) && - (node->type != XML_ELEMENT_DECL) && (node->type != XML_HTML_DOCUMENT_NODE) && (node->type != XML_DOCUMENT_NODE)) { if (node->content != NULL)