diff --git a/engine/vm.c b/engine/vm.c index d8c804b..c41a6cd 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -10472,8 +10472,6 @@ static sxi32 VmExecIncludedFile( VmEvalChunk(pCtx->pVm, &(*pCtx), &sScript, PH7_AERSCRIPT_CODE); } } - /* Pop from the set of included file */ - (void)SySetPop(&pVm->aFiles); /* Close the handle */ PH7_StreamCloseHandle(pStream, pHandle); /* Release the working buffer */