]> granicus.if.org Git - php/commitdiff
nuke unused variables
authorAntony Dovgal <tony2001@php.net>
Tue, 3 Oct 2006 18:40:14 +0000 (18:40 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 3 Oct 2006 18:40:14 +0000 (18:40 +0000)
ext/standard/basic_functions.c

index 1e0317844e63b84f56d169d38a07a87b94d120ac..1a9faf97b75b2f17ba37b47c7925f2da09ba92be 100644 (file)
@@ -5440,7 +5440,7 @@ PHP_FUNCTION(highlight_file)
 PHP_FUNCTION(php_strip_whitespace)
 {
        char *filename;
-       int filename_len, ret;
+       int filename_len;
        zend_uchar filename_type;
        zend_lex_state original_lex_state;
        zend_file_handle file_handle = {0};
@@ -5535,7 +5535,6 @@ PHP_FUNCTION(highlight_string)
 PHP_FUNCTION(ini_get)
 {
        zval **varname;
-       int varname_len;
        char *str;
 
        if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &varname) == FAILURE) {