diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netns/x_tables.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/netns/x_tables.h b/include/net/netns/x_tables.h index 02fe40f..c24060e 100644 --- a/include/net/netns/x_tables.h +++ b/include/net/netns/x_tables.h @@ -15,11 +15,5 @@ struct netns_xt { struct ebt_table *frame_filter; struct ebt_table *frame_nat; #endif -#if IS_ENABLED(CONFIG_IP_NF_TARGET_ULOG) - bool ulog_warn_deprecated; -#endif -#if IS_ENABLED(CONFIG_BRIDGE_EBT_ULOG) - bool ebt_ulog_warn_deprecated; -#endif }; #endif |