mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
xmllint: Stop calling xmlSAXDefaultVersion
This should already be handled by setting XML_PARSE_SAX1.
This commit is contained in:
parent
9a82b94a94
commit
ce93ee9051
@ -3478,13 +3478,6 @@ main(int argc, char **argv) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef LIBXML_SAX1_ENABLED
|
||||
if (sax1)
|
||||
xmlSAXDefaultVersion(1);
|
||||
else
|
||||
xmlSAXDefaultVersion(2);
|
||||
#endif /* LIBXML_SAX1_ENABLED */
|
||||
|
||||
if (chkregister) {
|
||||
xmlRegisterNodeDefault(registerNode);
|
||||
xmlDeregisterNodeDefault(deregisterNode);
|
||||
|
Loading…
x
Reference in New Issue
Block a user