You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2002/06/22 21:29:15 UTC

cvs commit: httpd-2.0/modules/experimental cache_storage.c

stoddard    2002/06/22 12:29:15

  Modified:    modules/experimental cache_storage.c
  Log:
  Cleanup some leftover cruft from the last commit.
  
  Revision  Changes    Path
  1.24      +0 -1      httpd-2.0/modules/experimental/cache_storage.c
  
  Index: cache_storage.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/cache_storage.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- cache_storage.c	22 Jun 2002 19:22:40 -0000	1.23
  +++ cache_storage.c	22 Jun 2002 19:29:15 -0000	1.24
  @@ -171,7 +171,6 @@
       const char *type;
       apr_status_t rv;
       cache_handle_t *h;
  -    //    cache_info *info;
       char *key;
       cache_request_rec *cache = (cache_request_rec *) 
                            ap_get_module_config(r->request_config, &cache_module);