iliaa           Tue Aug 23 11:21:00 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/ext/pcre/pcrelib   pcre_dfa_exec.c 
  Log:
  MFH: removed unused vars
  
  
http://cvs.php.net/diff.php/php-src/ext/pcre/pcrelib/pcre_dfa_exec.c?r1=1.1.4.2&r2=1.1.4.3&ty=u
Index: php-src/ext/pcre/pcrelib/pcre_dfa_exec.c
diff -u php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.1.4.2 
php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.1.4.3
--- php-src/ext/pcre/pcrelib/pcre_dfa_exec.c:1.1.4.2    Tue Aug  9 13:41:58 2005
+++ php-src/ext/pcre/pcrelib/pcre_dfa_exec.c    Tue Aug 23 11:21:00 2005
@@ -1424,7 +1424,6 @@
       /*-----------------------------------------------------------------*/
       case OP_ONCE:
         {
-        const uschar *endcode;
         int local_offsets[2];
         int local_workspace[1000];
 
@@ -1446,7 +1445,6 @@
           const uschar *end_subpattern = code;
           int charcount = local_offsets[1] - local_offsets[0];
           int next_state_offset, repeat_state_offset;
-          BOOL is_repeated;
 
           do { end_subpattern += GET(end_subpattern, 1); }
             while (*end_subpattern == OP_ALT);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to