summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
authorDustin Sallings <dustin@spy.net>2009-09-10 15:03:33 -0700
committerTrond Norbye <Trond.Norbye@sun.com>2009-09-11 00:07:07 +0200
commit7345ed4a9a9116170d7fbb50ca83c6d1d181be7c (patch)
tree5391484972345d9fec1524164e5bcd6ef92850df /items.h
parentfbdc57c8d5ad0f144c51de69545d14e3a5796e60 (diff)
downloadmemcached-7345ed4a9a9116170d7fbb50ca83c6d1d181be7c.tar.gz
Kill off redundant item_init.
These are automatically initialized to 0 (both Trond and the spec says so, and I asserted it on all current builders at least once before killing it off).
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 9c62e44..fee5f79 100644
--- a/items.h
+++ b/items.h
@@ -1,5 +1,4 @@
/* See items.c */
-void item_init(void);
uint64_t get_cas_id(void);
/*@null@*/