From: Holger Zimmermann Date: Sun, 18 Aug 2002 11:05:28 +0000 (+0000) Subject: Removed unused local variable header_line. X-Git-Tag: RELEASE_0_91~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93bbc5e531a82c4000f5da54f97c72b6a479baf2;p=php Removed unused local variable header_line. --- diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index e89009b15f..aff357636f 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -388,7 +388,6 @@ static sapi_module_struct pi3web_sapi_module = { DWORD PHP4_wrapper(LPCONTROL_BLOCK lpCB) { zend_file_handle file_handle; - char *header_line; int iRet = PIAPI_COMPLETED; TSRMLS_FETCH();