diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-10 16:25:23 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-10 16:25:23 +0000 |
commit | bb6dff9c671cbddd84b557051932c5ea3c0ea7c7 (patch) | |
tree | 81edb47ea7eb7ece24f42b1a65a083b2fcf27a42 /request_info.c | |
parent | 4472d0502587f31b77251b2027f3eff858e65add (diff) | |
download | php-git-bb6dff9c671cbddd84b557051932c5ea3c0ea7c7.tar.gz |
Buh-bye php3_ini
Diffstat (limited to 'request_info.c')
-rw-r--r-- | request_info.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/request_info.c b/request_info.c index 2fcf70aa2b..d760284a73 100644 --- a/request_info.c +++ b/request_info.c @@ -96,7 +96,6 @@ int php3_init_request_info(void *conf) int php3_destroy_request_info(void *conf) { - TLS_VARS; STR_FREE(GLOBAL(request_info).current_user); return SUCCESS; } |