summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-07-26 18:10:38 +0000
committerSascha Schumann <sas@php.net>2001-07-26 18:10:38 +0000
commit7c43206fb886fd490fe5d7d88cf4333e284e5a5b (patch)
tree66ab5b891d716dc97708ea18d62ab72ee71ab4ac
parent0dec2794d2cad761866d5979b1e96da41f5bb9a0 (diff)
downloadphp-git-7c43206fb886fd490fe5d7d88cf4333e284e5a5b.tar.gz
Remove unneeded variables
-rw-r--r--sapi/thttpd/thttpd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c
index c0e6eba1d7..1b7cb2caf1 100644
--- a/sapi/thttpd/thttpd.c
+++ b/sapi/thttpd/thttpd.c
@@ -280,10 +280,7 @@ static void thttpd_module_main(TLS_D SLS_DC)
static void thttpd_request_ctor(TLS_D SLS_DC)
{
- char buf[1024];
int offset;
- size_t filename_len;
- size_t cwd_len;
smart_str s = {0};
SG(request_info).query_string = TG(hc)->query?strdup(TG(hc)->query):NULL;