Commit 8accdc8e authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  A no-op, these variables are simply unused on branches/2.0.x


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@209637 13f79535-47bb-0310-9956-ffa450edef68
parent b079fe26
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -266,10 +266,8 @@ static int create_entity(cache_handle_t *h, request_rec *r,
{
    disk_cache_conf *conf = ap_get_module_config(r->server->module_config,
                                                 &disk_cache_module);
    apr_status_t rv;
    cache_object_t *obj;
    disk_cache_object_t *dobj;
    apr_file_t *tmpfile;

    if (conf->cache_root == NULL) {
        return DECLINED;
@@ -478,7 +476,6 @@ static apr_status_t read_table(cache_handle_t *handle, request_rec *r,
static apr_status_t recall_headers(cache_handle_t *h, request_rec *r)
{
    disk_cache_object_t *dobj = (disk_cache_object_t *) h->cache_obj->vobj;
    apr_table_t * tmp;

    /* This case should not happen... */
    if (!dobj->hfd) {