summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'items.h')
-rw-r--r--items.h1
1 files changed, 0 insertions, 1 deletions
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);