remove unused variable

This commit is contained in:
martijn
2017-12-03 20:28:09 +01:00
parent 22665fa781
commit 17f23ba03b

View File

@@ -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;