Remove an unneeded PCRE patch file

It's already applied to 8.35.

Change-Id: I64c5f601560b63d53dc14190950bc882af77f8ec
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Giuseppe D'Angelo 2014-04-18 14:02:07 +02:00 committed by The Qt Project
parent 7d2565b4bc
commit 2bde54970f

View File

@ -1,15 +0,0 @@
Index: pcre_jit_compile.c
===================================================================
--- pcre_jit_compile.c (revision 1413)
+++ pcre_jit_compile.c (working copy)
@@ -3546,7 +3546,9 @@
}
return TRUE;
}
- if ((ranges[3] - ranges[2]) == (ranges[5] - ranges[4]) && is_powerof2(ranges[4] - ranges[2]))
+ if ((ranges[3] - ranges[2]) == (ranges[5] - ranges[4])
+ && (ranges[2] | (ranges[4] - ranges[2])) == ranges[4]
+ && is_powerof2(ranges[4] - ranges[2]))
{
if (readch)
read_char(common);