mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
regex: Remove message for unused error code
Since PCRE 7.3 the PCRE_ERROR_NULLWSLIMIT error is not returned anymore.
This commit is contained in:
parent
592531019e
commit
7ada976516
@ -256,8 +256,6 @@ match_error (gint errcode)
|
||||
case PCRE_ERROR_DFA_RECURSE:
|
||||
case PCRE_ERROR_RECURSIONLIMIT:
|
||||
return _("recursion limit reached");
|
||||
case PCRE_ERROR_NULLWSLIMIT:
|
||||
return _("workspace limit for empty substrings reached");
|
||||
case PCRE_ERROR_BADNEWLINE:
|
||||
return _("invalid combination of newline flags");
|
||||
case PCRE_ERROR_BADOFFSET:
|
||||
|
Loading…
Reference in New Issue
Block a user