Code

src/oping.c: Remove useless "strlen".
authorFlorian Forster <octo@verplant.org>
Wed, 27 Oct 2010 07:53:18 +0000 (09:53 +0200)
committerFlorian Forster <octo@verplant.org>
Wed, 27 Oct 2010 07:53:18 +0000 (09:53 +0200)
src/oping.c

index 0d7575e1bafb827ebfe8f49e7f7b1d5265be6bcb..b53974f3c4eacac748778892c0c189b84c022476 100644 (file)
@@ -234,10 +234,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"