aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2014-10-17 17:13:41 +0800
committerDaniel Veillard <veillard@redhat.com>2014-10-17 17:13:41 +0800
commitf65128f38289d77ff322d63aef2858cc0a819c34 (patch)
tree9101e5963d6217da9ff5dff4fb4fb1c661f16d0d /parser.c
parent726f67e2f140f8d936dfe993bf9ded3180d750d2 (diff)
downloadandroid_external_libxml2-f65128f38289d77ff322d63aef2858cc0a819c34.tar.gz
android_external_libxml2-f65128f38289d77ff322d63aef2858cc0a819c34.tar.bz2
android_external_libxml2-f65128f38289d77ff322d63aef2858cc0a819c34.zip
Revert "Missing initialization for the catalog module"
This reverts commit 054c716ea1bf001544127a4ab4f4346d1b9947e7. As this break xmlcatalog command https://bugzilla.redhat.com/show_bug.cgi?id=1153753
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/parser.c b/parser.c
index 1d939678..67c9dfd9 100644
--- a/parser.c
+++ b/parser.c
@@ -14830,9 +14830,6 @@ xmlInitParser(void) {
#ifdef LIBXML_XPATH_ENABLED
xmlXPathInit();
#endif
-#ifdef LIBXML_CATALOG_ENABLED
- xmlInitializeCatalog();
-#endif
xmlParserInitialized = 1;
#ifdef LIBXML_THREAD_ENABLED
}