]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Get rid of warnings from unused funcs.
authorosdl.org!shemminger <osdl.org!shemminger>
Wed, 9 Jun 2004 21:30:36 +0000 (21:30 +0000)
committerosdl.org!shemminger <osdl.org!shemminger>
Wed, 9 Jun 2004 21:30:36 +0000 (21:30 +0000)
(Logical change 1.24)

tc/q_csz.c
tc/q_hfsc.c
tc/q_hpfq.c

index e2734cda73a2d7a6e191123ea9c91d5a1ad95629..e79856718405bd3f110745e535a4ec0e5b3ebe3c 100644 (file)
 #include "utils.h"
 #include "tc_util.h"
 
-static void explain()
-{
-       fprintf(stderr, "Usage: ... csz \n");
-}
-
-static void explain1(char *arg)
-{
-       fprintf(stderr, "Illegal \"%s\"\n", arg);
-}
-
-
 #define usage() return(-1)
 
 static int csz_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
index b9b7b7517cf6014041d16ee3d30b1a0563f3d1b5..b74dd721d9b126e8a8e8b5011831eb1b77df4652 100644 (file)
 #include "utils.h"
 #include "tc_util.h"
 
-static void explain()
-{
-       fprintf(stderr, "Usage: ... hfsc \n");
-}
-
-static void explain1(char *arg)
-{
-       fprintf(stderr, "Illegal \"%s\"\n", arg);
-}
-
-
 #define usage() return(-1)
 
 static int hfsc_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)
index c2963669c7dbe599c3ce9b6f6d6e66ae318a1ff2..22ab518e9810b852b3bc356a3144ecdc8fc4907c 100644 (file)
 #include "utils.h"
 #include "tc_util.h"
 
-static void explain()
-{
-       fprintf(stderr, "Usage: ... hpfq \n");
-}
-
-static void explain1(char *arg)
-{
-       fprintf(stderr, "Illegal \"%s\"\n", arg);
-}
-
-
 #define usage() return(-1)
 
 static int hpfq_parse_opt(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n)