Get rid of warnings from unused funcs.
(Logical change 1.24)
This commit is contained in:
parent
dc47724d00
commit
b7cad0a1ec
11
tc/q_csz.c
11
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)
|
||||
|
|
|
|||
11
tc/q_hfsc.c
11
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)
|
||||
|
|
|
|||
11
tc/q_hpfq.c
11
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue