mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
benchtests: Remove duplicated loop in bench-bzero-walk.c
Remove one of 2 identical loops in bench-bzero-walk.c. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
parent
1c7a34567d
commit
cf92721bef
@ -122,12 +122,6 @@ test_main (void)
|
||||
do_test (&json_ctx, i + 1);
|
||||
}
|
||||
|
||||
for (i = START_SIZE; i <= MIN_PAGE_SIZE; i <<= 1)
|
||||
{
|
||||
do_test (&json_ctx, i);
|
||||
do_test (&json_ctx, i + 1);
|
||||
}
|
||||
|
||||
json_array_end (&json_ctx);
|
||||
json_attr_object_end (&json_ctx);
|
||||
json_attr_object_end (&json_ctx);
|
||||
|
Loading…
Reference in New Issue
Block a user