From f643eb37e49a212d40eb060bcdfafbc366c0d616 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 26 Aug 2011 12:45:02 +0200 Subject: src: remove unused IPTABLES_MULTI define This dead code has been lingering around since commit v1.4.5~7. Signed-off-by: Jan Engelhardt --- iptables/iptables-restore.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'iptables/iptables-restore.c') diff --git a/iptables/iptables-restore.c b/iptables/iptables-restore.c index 1cb833c0..d0bd79a9 100644 --- a/iptables/iptables-restore.c +++ b/iptables/iptables-restore.c @@ -113,13 +113,8 @@ static void free_argv(void) { free(newargv[i]); } -#ifdef IPTABLES_MULTI int iptables_restore_main(int argc, char *argv[]) -#else -int -main(int argc, char *argv[]) -#endif { struct iptc_handle *handle = NULL; char buffer[10240]; -- cgit v1.2.3