summaryrefslogtreecommitdiffstats
path: root/tc/m_gact.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/m_gact.c')
-rw-r--r--tc/m_gact.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tc/m_gact.c b/tc/m_gact.c
index 01f94004..d23cd7c3 100644
--- a/tc/m_gact.c
+++ b/tc/m_gact.c
@@ -239,15 +239,8 @@ print_gact(struct action_util *au,FILE * f, struct rtattr *arg)
return 0;
}
-int
-gact_print_xstats(struct action_util *au, FILE *f, struct rtattr *xstats)
-{
- return 0;
-}
-
struct action_util gact_util = {
.id = "gact",
.parse_aopt = parse_gact,
.print_aopt = print_gact,
- .print_xstats = gact_print_xstats,
};