[Pcre-svn] [745] code/trunk: Remove redundant line of code (…

Inizio della pagina
Delete this message
Autore: Subversion repository
Data:  
To: pcre-svn
Oggetto: [Pcre-svn] [745] code/trunk: Remove redundant line of code (a typo really).
Revision: 745
          http://www.exim.org/viewvc/pcre2?view=rev&revision=745
Author:   ph10
Date:     2017-04-14 12:42:02 +0100 (Fri, 14 Apr 2017)
Log Message:
-----------
Remove redundant line of code (a typo really).


Modified Paths:
--------------
    code/trunk/ChangeLog
    code/trunk/src/pcre2_compile.c


Modified: code/trunk/ChangeLog
===================================================================
--- code/trunk/ChangeLog    2017-04-13 11:52:36 UTC (rev 744)
+++ code/trunk/ChangeLog    2017-04-14 11:42:02 UTC (rev 745)
@@ -131,7 +131,9 @@
 included. This avoids valgrind warnings when a compiled pattern is copied, in 
 particular when it is serialized.


+24. Remove a redundant line of code left in accidentally a long time ago.

+
Version 10.23 14-February-2017
------------------------------


Modified: code/trunk/src/pcre2_compile.c
===================================================================
--- code/trunk/src/pcre2_compile.c    2017-04-13 11:52:36 UTC (rev 744)
+++ code/trunk/src/pcre2_compile.c    2017-04-14 11:42:02 UTC (rev 745)
@@ -7200,7 +7200,6 @@


       if (mclength == 1 || req_caseopt == 0)
         {
-        firstcu = mcbuffer[0] | req_caseopt;
         firstcu = mcbuffer[0];
         firstcuflags = req_caseopt;
         if (mclength != 1)