]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
src: remove unused ipt_tryload macro
authorJan Engelhardt <jengelh@medozas.de>
Tue, 10 Feb 2009 09:43:42 +0000 (10:43 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 10 Feb 2009 09:52:17 +0000 (10:52 +0100)
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
include/ip6tables.h
include/iptables.h

index 52e290c74007876c3c674111018c8dcc1688953d..b8478d409129395ea12883aab5bd29b84c23c8e5 100644 (file)
@@ -11,8 +11,6 @@
 #define IP6T_SO_GET_REVISION_TARGET    69
 #endif /* IP6T_SO_GET_REVISION_MATCH   Old kernel source */
 
-#define ip6t_tryload           xt_tryload
-
 extern int line;
 
 /* Your shared library should call one of these. */
index 74b244edbb853706020a78da4449f7a7fdb47bb5..963905aab762bf624b4c7691ac9ada3521869f39 100644 (file)
@@ -11,8 +11,6 @@
 #define IPT_SO_GET_REVISION_TARGET     (IPT_BASE_CTL + 3)
 #endif /* IPT_SO_GET_REVISION_MATCH   Old kernel source */
 
-#define ipt_tryload            xt_tryload
-
 extern int line;
 
 /* Your shared library should call one of these. */