mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-11 05:43:33 +00:00
Removed unused return;
This commit is contained in:
@@ -1172,7 +1172,6 @@ void ILibProcessPipe_Pipe_ResumeEx(ILibProcessPipe_PipeObject* p)
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
ILibChain_AddWaitHandle(p->manager->ChainLink.ParentChain, p->mOverlapped->hEvent, -1, ILibProcessPipe_Process_ReadHandler, p);
|
ILibChain_AddWaitHandle(p->manager->ChainLink.ParentChain, p->mOverlapped->hEvent, -1, ILibProcessPipe_Process_ReadHandler, p);
|
||||||
p->PAUSED = 0;
|
p->PAUSED = 0;
|
||||||
return;
|
|
||||||
#else
|
#else
|
||||||
ILibProcessPipe_Pipe_ResumeEx_ContinueProcessing(p);
|
ILibProcessPipe_Pipe_ResumeEx_ContinueProcessing(p);
|
||||||
if (p->PAUSED == 0)
|
if (p->PAUSED == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user