Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libxml2
Commits
2af19f98
Commit
2af19f98
authored
Jan 28, 2013
by
Daniel Veillard
Browse files
Cleanup of a duplicate test
in an and expression, pointed by Thomas Jarosch <thomas.jarosch@intra2net.com> Daniel
parent
eea38159
Changes
1
Hide whitespace changes
Inline
Side-by-side
debugXML.c
View file @
2af19f98
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment