summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_TRACE.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libxt_TRACE.c')
-rw-r--r--extensions/libxt_TRACE.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/extensions/libxt_TRACE.c b/extensions/libxt_TRACE.c
index e6761f0f..afe5498d 100644
--- a/extensions/libxt_TRACE.c
+++ b/extensions/libxt_TRACE.c
@@ -16,12 +16,6 @@ help(void)
IPTABLES_VERSION);
}
-/* Initialize the target. */
-static void
-init(struct xt_entry_target *t)
-{
-}
-
/* Function which parses command options; returns true if it
ate an option */
static int
@@ -44,7 +38,6 @@ static struct xtables_target trace = {
.size = XT_ALIGN(0),
.userspacesize = XT_ALIGN(0),
.help = &help,
- .init = &init,
.parse = &parse,
.final_check = &final_check,
.print = NULL, /* print */
@@ -58,7 +51,6 @@ static struct xtables_target trace6 = {
.size = XT_ALIGN(0),
.userspacesize = XT_ALIGN(0),
.help = &help,
- .init = &init,
.parse = &parse,
.final_check = &final_check,
.print = NULL, /* print */