summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_unclean.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-10-04 16:25:23 +0000
committerPatrick McHardy <kaber@trash.net>2007-10-04 16:25:23 +0000
commit278654a9aa89311eb624dc5b79b5b37d99248129 (patch)
tree990ca3f9182b8fce445eda52c4f55da1267ed702 /extensions/libipt_unclean.c
parent830132ac9c0d270bf9dcfe85c2464e3fe8c73fb9 (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/libipt_unclean.c')
-rw-r--r--extensions/libipt_unclean.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/libipt_unclean.c b/extensions/libipt_unclean.c
index 2916bc3b..6b5bcbfc 100644
--- a/extensions/libipt_unclean.c
+++ b/extensions/libipt_unclean.c
@@ -31,8 +31,6 @@ struct iptables_match unclean = {
.userspacesize = IPT_ALIGN(0),
.help = &help,
.parse = &parse,
- .print = NULL,
- .save = NULL,
};
void _init(void)