diff options
| author | 2020-09-16 22:16:56 +0800 | |
|---|---|---|
| committer | 2020-09-22 01:35:29 +0200 | |
| commit | 8a8b9047a8975ad4bdee34b7affad66edfbe626d (patch) | |
| tree | 25d8f47cece746fba1db68bff2b9730e6b1eb588 /include | |
| parent | netfilter: conntrack: proc: rename stat column (diff) | |
netfilter: nf_tables: Remove ununsed function nft_data_debug
It is never used, so can be removed.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/netfilter/nf_tables.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h index 8ceca0e419b3..c4c526507ddb 100644 --- a/include/net/netfilter/nf_tables.h +++ b/include/net/netfilter/nf_tables.h @@ -148,13 +148,6 @@ static inline void nft_data_copy(u32 *dst, const struct nft_data *src, memcpy(dst, src, len); } -static inline void nft_data_debug(const struct nft_data *data) -{ - pr_debug("data[0]=%x data[1]=%x data[2]=%x data[3]=%x\n", - data->data[0], data->data[1], - data->data[2], data->data[3]); -} - /** * struct nft_ctx - nf_tables rule/set context * |
