Merge branch 'vm/qos'
authorFlorian Forster <octo@verplant.org>
Wed, 27 Oct 2010 12:32:13 +0000 (14:32 +0200)
committerFlorian Forster <octo@verplant.org>
Wed, 27 Oct 2010 12:32:13 +0000 (14:32 +0200)
src/oping.c

index d84219e..5b13a1f 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"