Skip to content

Commit 5d57888

Browse files
committed
kvs/test: remove unused initialization code
Problem: A count is initialized to zero but the variable is never used. Remove the dead line of code.
1 parent 96132e5 commit 5d57888

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/kvs/test/kvs_wait_version.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ void basic_remove_tests (void)
227227
ok (zlist_size (root->wait_version_list) == 10,
228228
"wait_version_list is length 10");
229229

230-
count = 0;
231-
232230
ok (!kvs_wait_version_remove_msg (root, msgcmp, NULL),
233231
"kvs_wait_version_remove_msg works");
234232

0 commit comments

Comments
 (0)