tony2001 Thu Jul 13 12:15:01 2006 UTC
Modified files:
/php-src/ext/unicode transform.c
Log:
nuke unused variable
http://cvs.php.net/viewvc.cgi/php-src/ext/unicode/transform.c?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/unicode/transform.c
diff -u php-src/ext/unicode/transform.c:1.3 php-src/ext/unicode/transform.c:1.4
--- php-src/ext/unicode/transform.c:1.3 Thu Jun 15 17:37:48 2006
+++ php-src/ext/unicode/transform.c Thu Jul 13 12:15:01 2006
@@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: transform.c,v 1.3 2006/06/15 17:37:48 andrei Exp $ */
+/* $Id: transform.c,v 1.4 2006/07/13 12:15:01 tony2001 Exp $ */
#include "php_unicode.h"
@@ -28,7 +28,7 @@
int result_len = 0;
UTransliterator *trans = NULL;
UErrorCode status = U_ZERO_ERROR;
- int32_t capacity, start, limit;
+ int32_t capacity, limit;
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "uuu|u", &str,
&str_len, &from,
&from_len, &to, &to_len,
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php