mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 10:13:58 +08: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:
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user