Commit b7cad0a1 authored by osdl.org!shemminger's avatar osdl.org!shemminger

Get rid of warnings from unused funcs.

(Logical change 1.24)
parent dc47724d
......@@ -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)
......
......@@ -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)
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment