From 65919886f95d5e68de916da1d20aad7e2a135ff4 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 27 Sep 2015 17:42:38 -0700 Subject: [PATCH] Remove unused vars. --- skein_cli.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/skein_cli.c b/skein_cli.c index 63166f5..4f13c7b 100644 --- a/skein_cli.c +++ b/skein_cli.c @@ -40,12 +40,11 @@ typedef long long unsigned LLU; extern const int hashbitlen; #define skeinVersion "1.3" + const size_t input_minbufsize = 32 * 1024; const size_t input_maxbufsize = 32 * 1024 * 1024; -char invalidOption = 0; - enum { QUIET_OPTION = 11, -- 2.31.1