mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-09-20 02:11:23 +03:00
remove DoNothing function (improves coverity reports)
This commit is contained in:
@@ -270,7 +270,6 @@ void GetHomeDirW(wchar_t *path, UINT size);
|
||||
void AbortExit();
|
||||
void AbortExitEx(char *msg);
|
||||
void YieldCpu();
|
||||
UINT DoNothing();
|
||||
LIST *NewThreadList();
|
||||
void AddThreadToThreadList(LIST *o, THREAD *t);
|
||||
void DelThreadFromThreadList(LIST *o, THREAD *t);
|
||||
|
||||
Reference in New Issue
Block a user