]> granicus.if.org Git - apache/commitdiff
Removed unused variable
authorBrian Pane <brianp@apache.org>
Tue, 17 Sep 2002 05:37:39 +0000 (05:37 +0000)
committerBrian Pane <brianp@apache.org>
Tue, 17 Sep 2002 05:37:39 +0000 (05:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96859 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_disk_cache.c

index f028f45f518cf0f5f17c35e4c829f0b4e6321c9b..2accbdc9986840c6915e69abe514d368c156348f 100644 (file)
@@ -452,7 +452,6 @@ static int remove_entity(cache_handle_t *h)
 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;