From: Niels Möller Date: Mon, 9 Apr 2012 20:28:46 +0000 (+0200) Subject: Deleted an unused variable. X-Git-Tag: nettle_2.5_release_20120707~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9550fd197897d5dc12c2656a1b7b6cd993f0a900;p=thirdparty%2Fnettle.git Deleted an unused variable. --- diff --git a/twofishdata.c b/twofishdata.c index 475cbef0..38dc53fd 100644 --- a/twofishdata.c +++ b/twofishdata.c @@ -104,7 +104,7 @@ static uint8_t q1(uint8_t x) int main(void) { - unsigned i, j; + unsigned i; printf("static const uint8_t q0[256] = {"); for (i = 0; i < 256; i++) {