X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/28a30c9d25c9555dd21935653d2386653b0f3fe8..8f5e351ba6584886c256d88d2112bd1efab5f1bf:/options.cpp?ds=sidebyside diff --git a/options.cpp b/options.cpp index 01ae447..7c5a649 100644 --- a/options.cpp +++ b/options.cpp @@ -355,13 +355,6 @@ bool opt::parse_args(int* argc, char* argv[]) #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;