mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-19 08:31:32 +03:00
src/Cedar/EtherLog: silence coverity, remove unused functions
found by coverity, cppcheck [src/Cedar/EtherLog.c:327]: (style) The function 'EcAddLicenseKey' is never used. [src/Cedar/EtherLog.c:385]: (style) The function 'ElCheckLicense' is never used.
This commit is contained in:
@ -225,7 +225,6 @@ void ElStartListener(EL *e);
|
||||
void ElStopListener(EL *e);
|
||||
void ElListenerProc(THREAD *thread, void *param);
|
||||
PACK *ElRpcServer(RPC *r, char *name, PACK *p);
|
||||
void ElCheckLicense(EL_LICENSE_STATUS *st, LICENSE *e);
|
||||
void ElParseCurrentLicenseStatus(LICENSE_SYSTEM *s, EL_LICENSE_STATUS *st);
|
||||
bool ElIsBetaExpired();
|
||||
|
||||
@ -251,7 +250,6 @@ UINT EcGetDevice(RPC *r, RPC_ADD_DEVICE *t);
|
||||
UINT EcEnumDevice(RPC *r, RPC_ENUM_DEVICE *t);
|
||||
UINT EcEnumAllDevice(RPC *r, RPC_ENUM_DEVICE *t);
|
||||
UINT EcSetPassword(RPC *r, RPC_SET_PASSWORD *t);
|
||||
UINT EcAddLicenseKey(RPC *r, RPC_TEST *t);
|
||||
UINT EcDelLicenseKey(RPC *r, RPC_TEST *t);
|
||||
UINT EcEnumLicenseKey(RPC *r, RPC_ENUM_LICENSE_KEY *t);
|
||||
UINT EcGetLicenseStatus(RPC *r, RPC_EL_LICENSE_STATUS *t);
|
||||
|
||||
Reference in New Issue
Block a user