Browse Source

rbtree: remove unused variable in tests.

Rusty Russell 15 years ago
parent
commit
73cc6ce43a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ccan/rbtree/test/run-many.c

+ 0 - 1
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);