mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 16:25:01 +03:00
src/Mayaqua/Mayaqua: remove unused functions
found by cppcheck [src/Mayaqua/Mayaqua.c:753]: (style) Consecutive return, break, continue, goto or throw statements are unnecessary. [src/Mayaqua/Mayaqua.c:484]: (style) The function 'IsUnicode' is never used. [src/Mayaqua/Mayaqua.c:438]: (style) The function 'MayaquaDotNetMode' is never used. [src/Mayaqua/Mayaqua.c:774]: (style) The function 'PrintOsInfo' is never used.
This commit is contained in:
@ -540,8 +540,6 @@ if (IsTrackingEnabled()) { \
|
||||
void InitMayaqua(bool memcheck, bool debug, int argc, char **argv);
|
||||
void FreeMayaqua();
|
||||
bool IsNt();
|
||||
bool IsUnicode();
|
||||
void MayaquaDotNetMode();
|
||||
bool MayaquaIsDotNetMode();
|
||||
void MayaquaMinimalMode();
|
||||
bool MayaquaIsMinimalMode();
|
||||
@ -571,7 +569,6 @@ void Alert(char *msg, char *caption);
|
||||
void AlertW(wchar_t *msg, wchar_t *caption);
|
||||
OS_INFO *GetOsInfo();
|
||||
UINT GetOsType();
|
||||
void PrintOsInfo(OS_INFO *info);
|
||||
void CheckEndian();
|
||||
void CheckUnixTempDir();
|
||||
void TimeCheck();
|
||||
|
Reference in New Issue
Block a user