]> granicus.if.org Git - php/commitdiff
(main) Remove redundant statement, this is part of the initialization
authorSascha Schumann <sas@php.net>
Tue, 23 Nov 1999 15:39:09 +0000 (15:39 +0000)
committerSascha Schumann <sas@php.net>
Tue, 23 Nov 1999 15:39:09 +0000 (15:39 +0000)
function.

sapi/cgi/cgi_main.c

index 4a165b80c553ff01ac5263a729c11ee4d1a22e69..2512a2083f5605aceebf082f414d42e2d1c9aea1 100644 (file)
@@ -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;