The "bb_default" bool was temporarily being used to straighten out
potential issues with the changing --bb=METHOD options and to warn
users properly. Now, it's unnecessary.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
static void process_options(int argc, char * const argv[])
{
int error = 0;
- bool bb_default = true, oob_default = true;
+ bool oob_default = true;
for (;;) {
int option_index = 0;
bb_method = skipbad;
else
error++;
- bb_default = false;
break;
case 3: /* --omitoob */
if (oob_default) {