You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/08/12 13:32:58 UTC

svn commit: r232272 - /httpd/httpd/trunk/modules/cache/cache_storage.c

Author: jorton
Date: Fri Aug 12 04:32:55 2005
New Revision: 232272

URL: http://svn.apache.org/viewcvs?rev=232272&view=rev
Log:
* modules/cache/cache_storage.c (cache_remove_url): Remove unused
variables.

Modified:
    httpd/httpd/trunk/modules/cache/cache_storage.c

Modified: httpd/httpd/trunk/modules/cache/cache_storage.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/cache/cache_storage.c?rev=232272&r1=232271&r2=232272&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/cache_storage.c (original)
+++ httpd/httpd/trunk/modules/cache/cache_storage.c Fri Aug 12 04:32:55 2005
@@ -31,10 +31,7 @@
 int cache_remove_url(cache_request_rec *cache, apr_pool_t *p)
 {
     cache_provider_list *list;
-    apr_status_t rv;
     cache_handle_t *h;
-
-    char *key;
 
     list = cache->providers;