Skip to content

Commit

Permalink
removed proc call
Browse files Browse the repository at this point in the history
  • Loading branch information
a00817524 authored and JohnSully committed Sep 17, 2023
1 parent 337eb29 commit 9c32d4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ae.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ int aePostFunction(aeEventLoop *eventLoop, aePostFunctionProc *proc, void *arg)
int aePostFunction(aeEventLoop *eventLoop, aePostFunctionTokenProc *proc, StorageToken *token)
{
//added to support async api IStorage
proc(eventLoop,token);
aeCommand cmd = {};
cmd.op = AE_ASYNC_OP::PostAsynDBFunction;
cmd.tproc = proc;
Expand Down

0 comments on commit 9c32d4c

Please sign in to comment.