netfilter: nf_tables: remove nft_meta_target
authorPablo Neira Ayuso <pablo@netfilter.org>
Sat, 28 Dec 2013 12:38:02 +0000 (13:38 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 28 Dec 2013 13:06:25 +0000 (14:06 +0100)
In e035b77 ("netfilter: nf_tables: nft_meta module get/set ops"),
we got the meta target merged into the existing meta expression.
So let's get rid of this dead code now that we fully support that
feature.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/Makefile
net/netfilter/nft_meta_target.c [deleted file]

index e763746..dcc818a 100644 (file)
@@ -77,7 +77,6 @@ obj-$(CONFIG_NFT_CT)          += nft_ct.o
 obj-$(CONFIG_NFT_LIMIT)                += nft_limit.o
 obj-$(CONFIG_NFT_NAT)          += nft_nat.o
 obj-$(CONFIG_NFT_QUEUE)                += nft_queue.o
-#nf_tables-objs                        += nft_meta_target.o
 obj-$(CONFIG_NFT_RBTREE)       += nft_rbtree.o
 obj-$(CONFIG_NFT_HASH)         += nft_hash.o
 obj-$(CONFIG_NFT_COUNTER)      += nft_counter.o
diff --cc net/netfilter/nft_meta_target.c
Simple merge