bin: remove dead code from ltl2tgta

* bin/ltl2tgta.cc: There is no -B option.
This commit is contained in:
Alexandre Duret-Lutz 2018-05-21 15:10:15 +02:00
parent c369f899a3
commit 3334a6a679

View file

@ -115,9 +115,6 @@ parse_opt(int key, char* arg, struct argp_state*)
case '8':
spot::enable_utf8();
break;
case 'B':
type = spot::postprocessor::BA;
break;
case 'x':
{
const char* opt = extra_options.parse_options(arg);