Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
b7cad0a1
Commit
b7cad0a1
authored
Jun 09, 2004
by
osdl.org!shemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of warnings from unused funcs.
(Logical change 1.24)
parent
dc47724d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
33 deletions
+0
-33
tc/q_csz.c
tc/q_csz.c
+0
-11
tc/q_hfsc.c
tc/q_hfsc.c
+0
-11
tc/q_hpfq.c
tc/q_hpfq.c
+0
-11
No files found.
tc/q_csz.c
View file @
b7cad0a1
...
...
@@ -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
)
...
...
tc/q_hfsc.c
View file @
b7cad0a1
...
...
@@ -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
)
...
...
tc/q_hpfq.c
View file @
b7cad0a1
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment