1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

Remove DOCBparser

This code has been broken and deprecated since version 2.6.0, released
in 2003. Because of a bug in commit 961b535c, DOCBparser.c was never
compiled since 2012. I couldn't find a Debian package using any of its
symbols, so it seems safe to remove this module.
This commit is contained in:
Nick Wellnhofer
2022-03-04 03:35:57 +01:00
parent ebb1797030
commit 4a8c71eb7c
34 changed files with 12 additions and 971 deletions

View File

@ -152,7 +152,6 @@ def enum(type, name, value):
skipped_modules = {
'xmlmemory': None,
'DOCBparser': None,
'SAX': None,
'hash': None,
'list': None,