]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Markus pointed out useless statement.
authorR.E. Wolff <R.E.Wolff@BitWizard.nl>
Fri, 30 Sep 2022 07:42:20 +0000 (09:42 +0200)
committerR.E. Wolff <R.E.Wolff@BitWizard.nl>
Fri, 30 Sep 2022 07:42:20 +0000 (09:42 +0200)
ui/mtr.c

index 5a70f3130e3ab9d0a7d88c5e3be13c01cfacda25..de63ebb92776f7544b2d7a1c5544faf9d158daf6 100644 (file)
--- 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)