Commit 888d0a27 authored by Joe Orton's avatar Joe Orton
Browse files

* modules/cache/cache_storage.c (cache_remove_url): Remove unused

variables.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@232272 13f79535-47bb-0310-9956-ffa450edef68
parent 6ca29cdf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -31,11 +31,8 @@ extern module AP_MODULE_DECLARE_DATA cache_module;
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;

    /* Remove the stale cache entry if present. If not, we're