mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
regex: Remove obsolete patch
This commit is contained in:
parent
d02f6393df
commit
38309dc482
@ -5,5 +5,4 @@ EXTRA_DIST += \
|
|||||||
Makefile.am-1 \
|
Makefile.am-1 \
|
||||||
Makefile.am-2 \
|
Makefile.am-2 \
|
||||||
digitab.patch \
|
digitab.patch \
|
||||||
memory.patch \
|
memory.patch
|
||||||
pcre_valid_utf8.c
|
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
#include "config.h"
|
|
||||||
#include "pcre_internal.h"
|
|
||||||
|
|
||||||
/*
|
|
||||||
* This function is not needed by GRegex, so print an error and
|
|
||||||
* return always -1, that is the string is a valid UTF-8 encoded
|
|
||||||
* string.
|
|
||||||
*/
|
|
||||||
int
|
|
||||||
_pcre_valid_utf8(const uschar *string, int length)
|
|
||||||
{
|
|
||||||
g_warning ("%s: this function should not be called", G_STRLOC);
|
|
||||||
return -1;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user