From 7345ed4a9a9116170d7fbb50ca83c6d1d181be7c Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Thu, 10 Sep 2009 15:03:33 -0700 Subject: 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). --- items.h | 1 - 1 file changed, 1 deletion(-) (limited to 'items.h') 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@*/ -- cgit v1.2.1