pierrick Sun, 07 Aug 2011 06:37:22 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=314410
Log:
Remove unused variables
Changed paths:
U php/php-src/branches/PHP_5_4/ext/mbstring/mbstring.c
U php/php-src/branches/PHP_5_4/ext/xsl/xsltprocessor.c
U php/php-src/trunk/ext/mbstring/mbstring.c
U php/php-src/trunk/ext/xsl/xsltprocessor.c
Modified: php/php-src/branches/PHP_5_4/ext/mbstring/mbstring.c
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mbstring/mbstring.c 2011-08-07
06:33:33 UTC (rev 314409)
+++ php/php-src/branches/PHP_5_4/ext/mbstring/mbstring.c 2011-08-07
06:37:22 UTC (rev 314410)
@@ -1147,7 +1147,7 @@
static char *php_mb_rfc1867_basename(const zend_encoding *encoding, char
*filename TSRMLS_DC) /* {{{ */
{
- char *s, *s2, *tmp;
+ char *s, *s2;
const size_t filename_len = strlen(filename);
/* The \ check should technically be needed for win32 systems only where
Modified: php/php-src/branches/PHP_5_4/ext/xsl/xsltprocessor.c
===================================================================
--- php/php-src/branches/PHP_5_4/ext/xsl/xsltprocessor.c 2011-08-07
06:33:33 UTC (rev 314409)
+++ php/php-src/branches/PHP_5_4/ext/xsl/xsltprocessor.c 2011-08-07
06:37:22 UTC (rev 314410)
@@ -934,7 +934,6 @@
{
zval *id;
xsl_object *intern;
- long securityPrefs;
DOM_GET_THIS(id);
if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS()
TSRMLS_CC, "") == SUCCESS) {
Modified: php/php-src/trunk/ext/mbstring/mbstring.c
===================================================================
--- php/php-src/trunk/ext/mbstring/mbstring.c 2011-08-07 06:33:33 UTC (rev
314409)
+++ php/php-src/trunk/ext/mbstring/mbstring.c 2011-08-07 06:37:22 UTC (rev
314410)
@@ -1147,7 +1147,7 @@
static char *php_mb_rfc1867_basename(const zend_encoding *encoding, char
*filename TSRMLS_DC) /* {{{ */
{
- char *s, *s2, *tmp;
+ char *s, *s2;
const size_t filename_len = strlen(filename);
/* The \ check should technically be needed for win32 systems only where
Modified: php/php-src/trunk/ext/xsl/xsltprocessor.c
===================================================================
--- php/php-src/trunk/ext/xsl/xsltprocessor.c 2011-08-07 06:33:33 UTC (rev
314409)
+++ php/php-src/trunk/ext/xsl/xsltprocessor.c 2011-08-07 06:37:22 UTC (rev
314410)
@@ -934,7 +934,6 @@
{
zval *id;
xsl_object *intern;
- long securityPrefs;
DOM_GET_THIS(id);
if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS()
TSRMLS_CC, "") == SUCCESS) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php