diff options
author | Holger Zimmermann <holger@php.net> | 2002-08-18 11:05:28 +0000 |
---|---|---|
committer | Holger Zimmermann <holger@php.net> | 2002-08-18 11:05:28 +0000 |
commit | 93bbc5e531a82c4000f5da54f97c72b6a479baf2 (patch) | |
tree | daa5390fe16e9e3608e3009e02c8b58af203db12 /sapi | |
parent | 1aea030cf2defd6701ff1491f7e0e954b9f51994 (diff) | |
download | php-git-93bbc5e531a82c4000f5da54f97c72b6a479baf2.tar.gz |
Removed unused local variable header_line.
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/pi3web/pi3web_sapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |