From 17f23ba03bd47ec615a2395b44eb5528a94ce155 Mon Sep 17 00:00:00 2001 From: martijn Date: Sun, 3 Dec 2017 20:28:09 +0100 Subject: [PATCH] remove unused variable --- src/options.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/options.c b/src/options.c index a04fd16..5446b44 100644 --- a/src/options.c +++ b/src/options.c @@ -42,9 +42,6 @@ int nwipe_options_parse( int argc, char** argv ) extern nwipe_prng_t nwipe_twister; extern nwipe_prng_t nwipe_isaac; - /* The maximum banner size, including the null. */ - const int nwipe_banner_size = 81; - /* The getopt() result holder. */ int nwipe_opt;