tony2001                Tue Aug 16 12:58:00 2005 EDT

  Modified files:              
    /php-src/ext/standard       string.c 
  Log:
  nuke unused vars
  
  
http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.455&r2=1.456&ty=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.455 php-src/ext/standard/string.c:1.456
--- php-src/ext/standard/string.c:1.455 Tue Aug 16 08:04:13 2005
+++ php-src/ext/standard/string.c       Tue Aug 16 12:57:59 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.455 2005/08/16 12:04:13 rolland Exp $ */
+/* $Id: string.c,v 1.456 2005/08/16 16:57:59 tony2001 Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -1147,8 +1147,6 @@
        int                             numelems, i;
        HashPosition    pos;
        zval                    **tmp;
-       void                    *elem;
-       int32_t                 elem_chars, elem_len;
 
        if (Z_TYPE_P(delim) != IS_UNICODE && Z_TYPE_P(delim) != IS_BINARY) {
                convert_to_string_ex(&delim);

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

Reply via email to