1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

regexp: Remove unfinished reimplementation

This was never enabled.
This commit is contained in:
Nick Wellnhofer
2025-06-03 00:28:16 +02:00
parent 3d71ab4fa6
commit 479f26f92f
2 changed files with 0 additions and 1768 deletions

View File

@@ -627,11 +627,7 @@ xmlHasFeature(xmlFeature feature)
return(0);
#endif
case XML_WITH_EXPR:
#ifdef LIBXML_EXPR_ENABLED
return(1);
#else
return(0);
#endif
case XML_WITH_RELAXNG:
#ifdef LIBXML_RELAXNG_ENABLED
return(1);

File diff suppressed because it is too large Load Diff