From: R.E. Wolff Date: Fri, 30 Sep 2022 07:42:20 +0000 (+0200) Subject: Markus pointed out useless statement. X-Git-Tag: v0.96~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f6d0e7c356a1f6be2e72b4f7cc8c2864fab1c75;p=thirdparty%2Fmtr.git Markus pointed out useless statement. --- diff --git a/ui/mtr.c b/ui/mtr.c index 5a70f31..de63ebb 100644 --- a/ui/mtr.c +++ b/ui/mtr.c @@ -376,7 +376,6 @@ static void parse_arg( /* optional options need two ':', but ignore them now as they are not in use */ } - opt = 0; while (1) { opt = getopt_long(argc, argv, short_options, long_options, NULL); if (opt == -1)