From 73cc6ce43af224122630fe9a324a770cd0f6776b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 8 Dec 2010 12:35:46 +1030 Subject: [PATCH] rbtree: remove unused variable in tests. --- ccan/rbtree/test/run-many.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ccan/rbtree/test/run-many.c b/ccan/rbtree/test/run-many.c index 6474007f..ff32f4f1 100644 --- 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); -- 2.39.2