From 93bbc5e531a82c4000f5da54f97c72b6a479baf2 Mon Sep 17 00:00:00 2001 From: Holger Zimmermann Date: Sun, 18 Aug 2002 11:05:28 +0000 Subject: [PATCH] Removed unused local variable header_line. --- sapi/pi3web/pi3web_sapi.c | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.50.1