]> git.ozlabs.org Git - ccan/commitdiff
rbtree: remove unused variable in tests.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 8 Dec 2010 02:05:46 +0000 (12:35 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 8 Dec 2010 02:05:46 +0000 (12:35 +1030)
ccan/rbtree/test/run-many.c

index 6474007fb4f0f259b64231b0e026aa3df34f4f59..ff32f4f18675dc62b56018f64c1f1daf18776507 100644 (file)
@@ -55,7 +55,6 @@ int main(void)
 {
        trbt_tree_t *rb;
        void *ctx = talloc_init("toplevel");
 {
        trbt_tree_t *rb;
        void *ctx = talloc_init("toplevel");
-       unsigned int i;
 
        plan_tests(7);
 
 
        plan_tests(7);