From 4695bb213dbb8d727b383e0ec95b7f9aa19e8814 Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Thu, 4 Oct 2007 16:25:23 +0000 Subject: [PATCH 04/14] 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 2916bc3..6b5bcbf 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