From b5e46c91b8d60fc9c946f6654d1e1295550703e6 Mon Sep 17 00:00:00 2001 From: Joost Rijneveld Date: Tue, 15 Jan 2019 16:07:48 +0100 Subject: [PATCH] Remove unused variables from randombytes --- common/randombytes.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/randombytes.c b/common/randombytes.c index 2ddbc125..43e1950b 100644 --- a/common/randombytes.c +++ b/common/randombytes.c @@ -30,9 +30,6 @@ static void surf(void) void randombytes(uint8_t *x,uint64_t xlen) { - uint64_t bak = xlen; - uint8_t *xbak = x; - while (xlen > 0) { if (!outleft) { if (!++in[0]) if (!++in[1]) if (!++in[2]) ++in[3];