From b7cad0a1ecdec1f813272f84bbb6ab49b9dfd47e Mon Sep 17 00:00:00 2001 From: "osdl.org!shemminger" Date: Wed, 9 Jun 2004 21:30:36 +0000 Subject: [PATCH] Get rid of warnings from unused funcs. (Logical change 1.24) --- tc/q_csz.c | 11 ----------- tc/q_hfsc.c | 11 ----------- tc/q_hpfq.c | 11 ----------- 3 files changed, 33 deletions(-) diff --git a/tc/q_csz.c b/tc/q_csz.c index e2734cda..e7985671 100644 --- a/tc/q_csz.c +++ b/tc/q_csz.c @@ -23,17 +23,6 @@ #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) diff --git a/tc/q_hfsc.c b/tc/q_hfsc.c index b9b7b751..b74dd721 100644 --- a/tc/q_hfsc.c +++ b/tc/q_hfsc.c @@ -23,17 +23,6 @@ #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) diff --git a/tc/q_hpfq.c b/tc/q_hpfq.c index c2963669..22ab518e 100644 --- a/tc/q_hpfq.c +++ b/tc/q_hpfq.c @@ -23,17 +23,6 @@ #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)