pierrick Tue, 01 Jun 2010 17:13:50 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=300060
Log:
Remove unused variables
Changed paths:
U php/php-src/trunk/ext/standard/exec.c
U php/php-src/trunk/ext/standard/info.c
Modified: php/php-src/trunk/ext/standard/exec.c
===================================================================
--- php/php-src/trunk/ext/standard/exec.c 2010-06-01 17:11:06 UTC (rev
300059)
+++ php/php-src/trunk/ext/standard/exec.c 2010-06-01 17:13:50 UTC (rev
300060)
@@ -108,8 +108,6 @@
}
if (type == 1) {
- int ob_level;
-
PHPWRITE(buf, bufl);
if (php_output_get_level(TSRMLS_C) < 1) {
sapi_flush(TSRMLS_C);
Modified: php/php-src/trunk/ext/standard/info.c
===================================================================
--- php/php-src/trunk/ext/standard/info.c 2010-06-01 17:11:06 UTC (rev
300059)
+++ php/php-src/trunk/ext/standard/info.c 2010-06-01 17:13:50 UTC (rev
300060)
@@ -120,7 +120,6 @@
{
char *key;
uint len;
- int type;
if (ht) {
if (zend_hash_num_elements(ht)) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php