Skip to content

Commit 058f647

Browse files
committed
Removed unused variable
Signed-off-by: Jan Bartels <[email protected]>
1 parent 90fc523 commit 058f647

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

programs/test/benchmark.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,6 @@ static void mbedtls_set_alarm(int seconds)
455455

456456
static int myrand(void *rng_state, unsigned char *output, size_t len)
457457
{
458-
int rnd;
459-
460458
if (rng_state != NULL) {
461459
rng_state = NULL;
462460
}

0 commit comments

Comments
 (0)