From 73edf7e5411e43952ad08902add030739b6014c8 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 11 Jan 2016 17:30:12 +0000 Subject: [PATCH] Remove unused var. --- src/libcryptobox/curve25519/ref.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcryptobox/curve25519/ref.c b/src/libcryptobox/curve25519/ref.c index e8e3459f6..f6134b0c4 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; -- 2.39.5