]> granicus.if.org Git - php/commitdiff
Remove unneeded variables
authorSascha Schumann <sas@php.net>
Thu, 26 Jul 2001 18:10:38 +0000 (18:10 +0000)
committerSascha Schumann <sas@php.net>
Thu, 26 Jul 2001 18:10:38 +0000 (18:10 +0000)
sapi/thttpd/thttpd.c

index c0e6eba1d7825da15d6131d0ab3ebd4b60be5b5d..1b7cb2caf1462a7274ee8c8b959f3038c99f4161 100644 (file)
@@ -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;