From 9550fd197897d5dc12c2656a1b7b6cd993f0a900 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Mon, 9 Apr 2012 22:28:46 +0200
Subject: [PATCH] Deleted an unused variable.

---
 twofishdata.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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++) {
-- 
GitLab