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

index 6559e73dec7333b519ce827e69f9af0bccf15986..66e206df622de858196c8f2122b0a20dec76159e 100644 (file)
@@ -563,8 +563,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;