From: Sascha Schumann Date: Tue, 23 Nov 1999 15:39:09 +0000 (+0000) Subject: (main) Remove redundant statement, this is part of the initialization X-Git-Tag: PRE_RETURN_REF_PATCH~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2681a6b1690e53684be7c651237a52b166260e84;p=php (main) Remove redundant statement, this is part of the initialization function. --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 4a165b80c5..2512a2083f 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -300,7 +300,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine } #endif - SG(request_info).path_translated = NULL; init_request_info(SLS_C); SG(server_context) = (void *) 1; /* avoid server_context==NULL checks */ CG(extended_info) = 0;