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;