summaryrefslogtreecommitdiffstats
path: root/src/expr/masq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/masq.c')
-rw-r--r--src/expr/masq.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/expr/masq.c b/src/expr/masq.c
index 79f5185..e25587f 100644
--- a/src/expr/masq.c
+++ b/src/expr/masq.c
@@ -184,8 +184,3 @@ struct expr_ops expr_ops_masq = {
.xml_parse = nft_rule_expr_masq_xml_parse,
.json_parse = nft_rule_expr_masq_json_parse,
};
-
-static void __init expr_masq_init(void)
-{
- nft_expr_ops_register(&expr_ops_masq);
-}