summaryrefslogtreecommitdiffstats
path: root/iptables/ip6tables-standalone.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-08-26 12:45:02 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-08-26 12:45:02 +0200
commitf643eb37e49a212d40eb060bcdfafbc366c0d616 (patch)
tree25e98052208fdd14518595ccb73297467239ae58 /iptables/ip6tables-standalone.c
parentf4daf54e5c184680559de33eb08f2a0fb701dbe9 (diff)
src: remove unused IPTABLES_MULTI define
This dead code has been lingering around since commit v1.4.5~7. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'iptables/ip6tables-standalone.c')
-rw-r--r--iptables/ip6tables-standalone.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/iptables/ip6tables-standalone.c b/iptables/ip6tables-standalone.c
index 9d8d5a0f..6b829353 100644
--- a/iptables/ip6tables-standalone.c
+++ b/iptables/ip6tables-standalone.c
@@ -37,13 +37,8 @@
#include <ip6tables.h>
#include "ip6tables-multi.h"
-#ifdef IPTABLES_MULTI
int
ip6tables_main(int argc, char *argv[])
-#else
-int
-main(int argc, char *argv[])
-#endif
{
int ret;
char *table = "filter";