You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2002/09/17 07:37:40 UTC

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

brianp      2002/09/16 22:37:40

  Modified:    modules/experimental mod_disk_cache.c
  Log:
  Removed unused variable
  
  Revision  Changes    Path
  1.40      +0 -1      httpd-2.0/modules/experimental/mod_disk_cache.c
  
  Index: mod_disk_cache.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_disk_cache.c,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- mod_disk_cache.c	14 Sep 2002 04:51:55 -0000	1.39
  +++ mod_disk_cache.c	17 Sep 2002 05:37:39 -0000	1.40
  @@ -452,7 +452,6 @@
   static apr_status_t read_headers(cache_handle_t *h, request_rec *r) 
   {
       apr_status_t rv;
  -    char *temp;
       char urlbuff[1034];
       int urllen = sizeof(urlbuff);
       disk_cache_object_t *dobj = (disk_cache_object_t *) h->cache_obj->vobj;