From 278654a9aa89311eb624dc5b79b5b37d99248129 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 4 Oct 2007 16:25:23 +0000 Subject: 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 --- extensions/libipt_unclean.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/libipt_unclean.c') 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) -- cgit v1.2.3