remove_entity): Fix "unused variable" warnings introduced in r1.102.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102245
13f79535-47bb-0310-9956-
ffa450edef68
* object needs to be removed from the cache then cleaned up.
*/
if (!obj->complete) {
- mem_cache_object_t *mobj = (mem_cache_object_t *) obj->vobj;
if (sconf->lock) {
apr_thread_mutex_lock(sconf->lock);
}
* hash table.
*/
if (!obj->cleanup) {
- mem_cache_object_t *mobj = (mem_cache_object_t *) obj->vobj;
cache_remove(sconf->cache_cache, obj);
obj->cleanup = 1;
ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL, "gcing a cache entry");