From: Rusty Russell Date: Sun, 15 Mar 2015 02:53:36 +0000 (+1030) Subject: invbloom: remove unused structure field. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=ea3e48a4a25b87f23ea76e7a76f7a205fca73ce6 invbloom: remove unused structure field. Signed-off-by: Rusty Russell --- diff --git a/ccan/invbloom/invbloom.h b/ccan/invbloom/invbloom.h index 04b156f6..6306d5b8 100644 --- a/ccan/invbloom/invbloom.h +++ b/ccan/invbloom/invbloom.h @@ -7,7 +7,6 @@ struct invbloom { size_t n_elems; size_t id_size; - u32 hashsum_bytes; /* 0 - 4. */ u32 salt; s32 *count; /* [n_elems] */ u8 *idsum; /* [n_elems][id_size] */