summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-15 21:34:00 +0000
committerAndi Gutmans <andi@php.net>2000-06-15 21:34:00 +0000
commit4c99114a25f887efa0cd63e06191b6a2e16684f9 (patch)
treec6d99f4b02885e6de6e806dcc1693ce4aa64591e
parent8b794bb1dd037e8efa8e0d1413da3c88f86c6920 (diff)
downloadphp-git-4c99114a25f887efa0cd63e06191b6a2e16684f9.tar.gz
- Unncessary SLS_FETCH();
-rw-r--r--sapi/cgi/cgi_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 9fdb3db7cf..3c9612f90b 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -293,12 +293,8 @@ static void init_request_info(SLS_D)
php_destroy_request_info()! */
#if DISCARD_PATH
if (script_filename) {
- SLS_FETCH();
-
SG(request_info).path_translated = estrdup(script_filename);
} else {
- SLS_FETCH();
-
SG(request_info).path_translated = NULL;
}
#endif