Skip to content

Commit 76abc43

Browse files
committed
Put unused fix in correct location.
1 parent d62b106 commit 76abc43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/benchmark/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15752,13 +15752,13 @@ void bench_sphincsKeySign(byte level, byte optim)
1575215752
double current_time(int reset)
1575315753
{
1575415754
portTickType tickCount = xTaskGetTickCount();
15755+
(void)reset;
1575515756
/* if configTICK_RATE_HZ is available use if (default is 1000) */
1575615757
#ifdef configTICK_RATE_HZ
1575715758
return (double)tickCount / configTICK_RATE_HZ;
1575815759
#else
1575915760
return (double)tickCount / 1000;
1576015761
#endif
15761-
(void)reset;
1576215762
}
1576315763
#endif
1576415764

0 commit comments

Comments
 (0)