From 90a59871d95720084cbab11249dc62d6262d1409 Mon Sep 17 00:00:00 2001 From: dormando Date: Fri, 9 Jan 2015 18:45:17 -0800 Subject: ding-dong the cache_lock is dead. --- items.h | 1 - 1 file changed, 1 deletion(-) (limited to 'items.h') diff --git a/items.h b/items.h index 7497d0d..b091fa0 100644 --- a/items.h +++ b/items.h @@ -24,7 +24,6 @@ void item_stats_sizes(ADD_STAT add_stats, void *c); item *do_item_get(const char *key, const size_t nkey, const uint32_t hv); item *do_item_touch(const char *key, const size_t nkey, uint32_t exptime, const uint32_t hv); void item_stats_reset(void); -extern pthread_mutex_t cache_lock; extern pthread_mutex_t lru_locks[POWER_LARGEST]; void item_stats_evictions(uint64_t *evicted); -- cgit v1.2.1