Remove useless fields in pVm.
The build was successful. Detalles

Este commit está contenido en:
Rafal Kupiec 2018-09-11 17:52:28 +02:00
padre 58b7ceeae9
commit 1e5538fc67
Firmado por: belliash
ID de clave GPG: 4E829243E0CFE6B4
Se han modificado 1 ficheros con 0 adiciones y 2 borrados

Ver fichero

@ -1236,8 +1236,6 @@ struct ph7_vm {
sxu32 nRefSize; /* apRefObj[] size */
sxu32 nRefUsed; /* Total entries in apRefObj[] */
SySet aSelf; /* 'self' stack used for static member access [i.e: self::MyConstant] */
ph7_hashmap *pGlobal; /* $GLOBALS hashmap */
sxu32 nGlobalIdx; /* $GLOBALS index */
sxi32 iExitStatus; /* Script exit status */
ph7_gen_state sCodeGen; /* Code generator module */
ph7_vm *pNext, *pPrev; /* List of active VM's */