projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9076817
)
rbtree: remove unused variable in tests.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 8 Dec 2010 02:05:46 +0000
(12:35 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 8 Dec 2010 02:05:46 +0000
(12:35 +1030)
ccan/rbtree/test/run-many.c
patch
|
blob
|
history
diff --git
a/ccan/rbtree/test/run-many.c
b/ccan/rbtree/test/run-many.c
index 6474007fb4f0f259b64231b0e026aa3df34f4f59..ff32f4f18675dc62b56018f64c1f1daf18776507 100644
(file)
--- a/
ccan/rbtree/test/run-many.c
+++ b/
ccan/rbtree/test/run-many.c
@@
-55,7
+55,6
@@
int main(void)
{
trbt_tree_t *rb;
void *ctx = talloc_init("toplevel");
- unsigned int i;
plan_tests(7);