1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-08 08:44:57 +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

View File

@ -9206,8 +9206,6 @@ void Win32NetworkTest()
for (i = 0;i < (int)(LIST_NUM(o));i++)
{
IP_ADAPTER_INDEX_MAP *a = LIST_DATA(o, i);
DoNothing();
}
ReleaseList(o);
@ -14327,9 +14325,8 @@ void ConnectThreadForTcp(THREAD *thread, void *param)
{
ReleaseSock(p->CancelDisconnectSock);
p->CancelDisconnectSock = NULL;
LABEL_CANCEL:
DoNothing();
}
LABEL_CANCEL:
Unlock(p->CancelLock);
if (ssl_ret == false)