diff mbox series

[iproute2-next,7/7] tc/police: remove unused prototype police_print_xstats

Message ID 20240413220516.7235-8-stephen@networkplumber.org (mailing list archive)
State Changes Requested
Delegated to: David Ahern
Headers show
Series unused arguments | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Stephen Hemminger April 13, 2024, 10:04 p.m. UTC
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 tc/tc_util.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tc/tc_util.h b/tc/tc_util.h
index a1137bc2..86200f1e 100644
--- a/tc/tc_util.h
+++ b/tc/tc_util.h
@@ -109,7 +109,6 @@  void parse_action_control_dflt(int *argc_p, char ***argv_p,
 int parse_action_control_slash(int *argc_p, char ***argv_p,
 			       int *result1_p, int *result2_p, bool allow_num);
 void print_action_control(const char *prefix, int action, const char *suffix);
-int police_print_xstats(struct action_util *a, FILE *f, struct rtattr *tb);
 int tc_print_action(const struct rtattr *tb);
 int parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n);
 void print_tm(const struct tcf_t *tm);