You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1997/07/26 11:09:02 UTC

[PATCH] mod_autoindex unused variables

I would commit this right now if I were awake.

Index: mod_autoindex.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_autoindex.c,v
retrieving revision 1.42
diff -u -r1.42 mod_autoindex.c
--- mod_autoindex.c	1997/07/25 11:04:03	1.42
+++ mod_autoindex.c	1997/07/26 09:06:22
@@ -950,9 +950,6 @@
     char *tmp;
     const char *qstring;
     int autoindex_opts = find_opts(autoindex_conf, r);
-    char key;
-    int sort_ascending = 1;
-    char *query_string;
     char keyid;
     char direction;