projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0172dc9
)
htable: another unused parameter in tests.
author
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 6 Nov 2016 06:40:53 +0000
(17:10 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 6 Nov 2016 06:40:53 +0000
(17:10 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/htable/test/run-type.c
patch
|
blob
|
history
diff --git
a/ccan/htable/test/run-type.c
b/ccan/htable/test/run-type.c
index 38a323cc3922ab445fed18c236f4ffd1f0f987d1..a3616a5a37b8fb1f2588d9d8e369136c6436665e 100644
(file)
--- a/
ccan/htable/test/run-type.c
+++ b/
ccan/htable/test/run-type.c
@@
-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;