Commit ea3e48a4 authored by Rusty Russell's avatar Rusty Russell

invbloom: remove unused structure field.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent ed95d860
......@@ -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] */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment