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:
4
parser.c
4
parser.c
@@ -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);
|
||||
|
1764
xmlregexp.c
1764
xmlregexp.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user