Code

Merge branch 'vm/qos'
[liboping.git] / src / oping.c
index d84219eadad61d1b18f8a0bb392000c61d70d559..5b13a1ffe3269424e02ecd72fd23b6c7b4d60ae5 100644 (file)
@@ -247,10 +247,6 @@ static int ping_initialize_contexts (pingobj_t *ping) /* {{{ */
 
 static void usage_exit (const char *name, int status) /* {{{ */
 {
-       int name_length;
-
-       name_length = (int) strlen (name);
-
        fprintf (stderr, "Usage: %s [OPTIONS] "
                                "-f filename | host [host [host ...]]\n"