diff options
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r-- | sapi/cgi/cgi_main.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 078a815de2..3abfd6f7ad 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -69,14 +69,6 @@ #include "zend_indent.h" -#if USE_SAPI -#include "serverapi/sapi.h" -void *gLock; -#ifndef THREAD_SAFE -struct sapi_request_info *sapi_rqst; -#endif -#endif - #if MSVC5 || !defined(HAVE_GETOPT) #include "php_getopt.h" #endif |