From 9eb18c3ccbb3ce4194a8d79f6cd5d1d2e07762b7 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 14 Aug 2008 09:46:12 +0000 Subject: [PATCH] nuke unused var --- sapi/cli/php_cli.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 44427bae1f..a825fa16bb 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -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; -- 2.50.1