#undef PARSE_ARG
- if (opt::option_x) { // FIXME: remove this one day...
- opt::loba_best_divisor = opt::option_x;
- XBT_WARN("divisor for algorithms *best* set from option -x (%d => %u),"
- " use -k instead",
- opt::option_x, opt::loba_best_divisor);
- }
-
if (opt::version_requested || opt::help_requested)
return 1;