diff options
author | Antony Dovgal <tony2001@php.net> | 2008-08-14 09:46:26 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-08-14 09:46:26 +0000 |
commit | 593e7c7da413ef239c33588ced182087503f8234 (patch) | |
tree | eb673bc9f54848c541b21681427c5a9e9dd2dd9d /sapi/cli/php_cli.c | |
parent | 9e7d254f68a93d1ba5e742d1d3df8842638fb355 (diff) | |
download | php-git-593e7c7da413ef239c33588ced182087503f8234.tar.gz |
MFH: nuke unused var
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 6559e73dec..66e206df62 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -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; |