netfilter: get rid of useless debugging from core
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Nov 2016 09:55:54 +0000 (10:55 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 3 Nov 2016 09:55:54 +0000 (10:55 +0100)
commitb250a7fc3bbec80a3c4717a262863d93f4146b88
tree515670ac90049c640dc57f9a0eea41509f5b7456
parent17197236d62c44da127be461c63ac5cc2cce1e53
netfilter: get rid of useless debugging from core

This patch remove compile time code to catch inconventional verdicts.
We have better ways to handle this case these days, eg. pr_debug() but
even though I don't think this is useful at all, so let's remove this.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/core.c