diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2007-10-04 16:25:23 +0000 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2007-10-04 16:25:23 +0000 |
commit | 278654a9aa89311eb624dc5b79b5b37d99248129 (patch) | |
tree | 990ca3f9182b8fce445eda52c4f55da1267ed702 /extensions/libxt_TRACE.c | |
parent | 830132ac9c0d270bf9dcfe85c2464e3fe8c73fb9 (diff) |
Delete empty ->print() and ->save() functions
Deletes empty ->print() and ->save() functions.
ip[6]tables prints the trivial thing automatically.
Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'extensions/libxt_TRACE.c')
-rw-r--r-- | extensions/libxt_TRACE.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/libxt_TRACE.c b/extensions/libxt_TRACE.c index 48015e5e..93610365 100644 --- a/extensions/libxt_TRACE.c +++ b/extensions/libxt_TRACE.c @@ -34,8 +34,6 @@ static struct xtables_target trace = { .userspacesize = XT_ALIGN(0), .help = &help, .parse = &parse, - .print = NULL, /* print */ - .save = NULL, /* save */ }; static struct xtables_target trace6 = { @@ -46,8 +44,6 @@ static struct xtables_target trace6 = { .userspacesize = XT_ALIGN(0), .help = &help, .parse = &parse, - .print = NULL, /* print */ - .save = NULL, /* save */ }; void _init(void) |