Skip to content

Commit 46a5465

Browse files
author
Lealem Amedie
committed
Remove redundant macro
1 parent 16ecc9b commit 46a5465

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

wolfcrypt/benchmark/benchmark.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,11 +2369,7 @@ static void bench_stats_asym_finish_ex(const char* algo, int strength,
23692369
printf("%sAlgorithm,key size,operation,ops/"
23702370
WOLFSSL_FIXED_TIME_UNIT "ec,", info_prefix);
23712371
#endif
2372-
#ifdef MULTI_VALUE_STATISTICS
23732372
printf("max duration,min duration,mean duration,sd,\n");
2374-
#else
2375-
printf("\n");
2376-
#endif
23772373
asym_header_printed = 1;
23782374
}
23792375
#ifdef GENERATE_MACHINE_PARSEABLE_REPORT
@@ -2452,11 +2448,7 @@ static void bench_stats_asym_finish_ex(const char* algo, int strength,
24522448
printf("%sAlgorithm,key size,operation,avg ms,ops/"
24532449
WOLFSSL_FIXED_TIME_UNIT "ec,", info_prefix);
24542450
#endif
2455-
#ifdef MULTI_VALUE_STATISTICS
2456-
printf("max duration,min duration,mean duration,sd,\n");
2457-
#else
24582451
printf("\n");
2459-
#endif
24602452
asym_header_printed = 1;
24612453
}
24622454
#ifdef GENERATE_MACHINE_PARSEABLE_REPORT

0 commit comments

Comments
 (0)