coar        97/07/26 05:44:15

  Modified:    src       mod_autoindex.c
  Log:
        Remove some unused cells.. leftovers from development of the
        sorting columns.
  
  Submitted by: Marc Slemko
  
  Revision  Changes    Path
  1.43      +0 -3      apache/src/mod_autoindex.c
  
  Index: mod_autoindex.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_autoindex.c,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- mod_autoindex.c   1997/07/25 11:04:03     1.42
  +++ mod_autoindex.c   1997/07/26 12:44:14     1.43
  @@ -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;
   
  
  
  

Reply via email to