From: Vsevolod Stakhov Date: Mon, 11 Jan 2016 17:30:12 +0000 (+0000) Subject: Remove unused var. X-Git-Tag: 1.1.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73edf7e5411e43952ad08902add030739b6014c8;p=thirdparty%2Frspamd.git Remove unused var. --- diff --git a/src/libcryptobox/curve25519/ref.c b/src/libcryptobox/curve25519/ref.c index e8e3459f6d..f6134b0c44 100644 --- a/src/libcryptobox/curve25519/ref.c +++ b/src/libcryptobox/curve25519/ref.c @@ -180,7 +180,6 @@ static void mainloop (unsigned int work[64], const unsigned char e[32]) unsigned int s[32]; unsigned int t[32]; unsigned int u[32]; - unsigned int i; unsigned int j; unsigned int b; int pos;