]> granicus.if.org Git - php/commitdiff
nuke unused var
authorAntony Dovgal <tony2001@php.net>
Thu, 14 Aug 2008 09:46:12 +0000 (09:46 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 14 Aug 2008 09:46:12 +0000 (09:46 +0000)
sapi/cli/php_cli.c

index 44427bae1fa3ae2ec2bbabb3462675b640234ea4..a825fa16bb5274ac0bd34e4841bc679b01af06c3 100644 (file)
@@ -578,8 +578,6 @@ static const char *param_mode_conflict = "Either execute direct code, process st
  */
 static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file, int *lineno TSRMLS_DC)
 {
-       int c;
-
        *lineno = 1;
 
        file_handle->type = ZEND_HANDLE_FP;