1
0
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:
Ilya Shipitsin
2018-08-05 12:00:39 +05:00
parent 73371087ef
commit 1c0b961aa5
4 changed files with 3 additions and 23 deletions
-1
View File
@@ -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);