Skip to content

Commit c2d0580

Browse files
committed
Removed unused variable
1 parent 90fc523 commit c2d0580

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)