mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
net/tls: Remove the __TLS_DEC_STATS() macro.
The commit d26b698dd3 ("net/tls: add skeleton of MIB statistics")
introduced __TLS_DEC_STATS(), but it is not used and __SNMP_DEC_STATS() is
not defined also. Let's remove it.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
55d444b310
commit
10ed7ce42b
@@ -79,8 +79,6 @@
|
||||
__SNMP_INC_STATS((net)->mib.tls_statistics, field)
|
||||
#define TLS_INC_STATS(net, field) \
|
||||
SNMP_INC_STATS((net)->mib.tls_statistics, field)
|
||||
#define __TLS_DEC_STATS(net, field) \
|
||||
__SNMP_DEC_STATS((net)->mib.tls_statistics, field)
|
||||
#define TLS_DEC_STATS(net, field) \
|
||||
SNMP_DEC_STATS((net)->mib.tls_statistics, field)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user