Commit 04bcddcc authored by Rusty Russell's avatar Rusty Russell

htable: another unused parameter in tests.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 0172dc91
......@@ -83,7 +83,7 @@ static void del_vals(struct htable_obj *ht,
}
static void del_vals_bykey(struct htable_obj *ht,
const struct obj val[], unsigned int num)
const struct obj val[] UNNEEDED, unsigned int num)
{
unsigned int i;
......
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