diff --git a/ip/iptuntap.c b/ip/iptuntap.c index b5aa0542..11db794f 100644 --- a/ip/iptuntap.c +++ b/ip/iptuntap.c @@ -373,7 +373,6 @@ next: } globfree(&globbuf); - return; } diff --git a/tc/tc_class.c b/tc/tc_class.c index f3864d22..1a1f1fa2 100644 --- a/tc/tc_class.c +++ b/tc/tc_class.c @@ -52,7 +52,6 @@ static void usage(void) fprintf(stderr, "Where:\n"); fprintf(stderr, "QDISC_KIND := { prio | cbq | etc. }\n"); fprintf(stderr, "OPTIONS := ... try tc class add help\n"); - return; } static int tc_class_modify(int cmd, unsigned int flags, int argc, char **argv) diff --git a/tc/tc_stab.c b/tc/tc_stab.c index dc20dd19..1a0a3e3f 100644 --- a/tc/tc_stab.c +++ b/tc/tc_stab.c @@ -40,7 +40,6 @@ static void stab_help(void) " linklayer : adapting to a linklayer e.g. atm\n" "Example: ... stab overhead 20 linklayer atm\n"); - return; } int check_size_table_opts(struct tc_sizespec *s)