mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-25 20:59:20 +03:00
src/Cedar/Proto_IPsec" remove unused function
found by cppcheck [src/Cedar/Proto_IPsec.c:120]: (style) The function 'IPSecSetDisable' is never used.
This commit is contained in:
@ -198,7 +198,6 @@ void AddEtherIPId(IPSEC_SERVER *s, ETHERIP_ID *id);
|
||||
bool DeleteEtherIPId(IPSEC_SERVER *s, char *id_str);
|
||||
void IPsecOsServiceCheckThread(THREAD *t, void *p);
|
||||
bool IPsecCheckOsService(IPSEC_SERVER *s);
|
||||
void IPSecSetDisable(bool b);
|
||||
|
||||
|
||||
#endif // PROTO_IPSEC_H
|
||||
|
Reference in New Issue
Block a user