From: Xinchen Hui Date: Wed, 27 May 2015 08:54:32 +0000 (+0800) Subject: Seems useless now X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b41c0412451b49526e283b9f21c7aed295efa7b;p=php Seems useless now --- diff --git a/sapi/fpm/fpm/fpm_main.c b/sapi/fpm/fpm/fpm_main.c index 8066b4ebcf..001355ec1e 100644 --- a/sapi/fpm/fpm/fpm_main.c +++ b/sapi/fpm/fpm/fpm_main.c @@ -523,6 +523,7 @@ static char *sapi_cgibin_getenv(char *name, size_t name_len) /* {{{ */ } /* }}} */ +#if 0 static char *_sapi_cgibin_putenv(char *name, char *value) /* {{{ */ { int name_len; @@ -536,6 +537,7 @@ static char *_sapi_cgibin_putenv(char *name, char *value) /* {{{ */ return fcgi_putenv(request, name, name_len, value); } /* }}} */ +#endif static char *sapi_cgi_read_cookies(void) /* {{{ */ {