From: Timo Sirainen Date: Thu, 13 Jun 2013 23:14:09 +0000 (+0300) Subject: Compiler warning fix. X-Git-Tag: 2.2.3~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d39ea6eeb3eb125489490d04e8a2a0f4a4a3af97;p=thirdparty%2Fdovecot%2Fcore.git Compiler warning fix. --- diff --git a/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c b/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c index 1b8875c0c5..3d8b909084 100644 --- a/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c +++ b/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c @@ -632,7 +632,6 @@ static void test_dsync_mailbox_tree_sync_renames20(void) static void test_dsync_mailbox_tree_sync_random(void) { struct dsync_mailbox_tree *tree1, *tree2; - unsigned int i; test_begin("dsync mailbox tree sync random"); tree1 = create_random_tree();