From 1e5538fc6769239d7647f250cbc8edd58ad11c32 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 11 Sep 2018 17:52:28 +0200 Subject: [PATCH] Remove useless fields in pVm. --- include/ph7int.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/ph7int.h b/include/ph7int.h index 0fa1b92..1f1d2f2 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -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 */