Remove useless fields, free some memory.

This commit is contained in:
2018-07-27 23:41:51 +02:00
parent bdf053a205
commit 72f2cc2c1b
2 changed files with 0 additions and 4 deletions

View File

@@ -1046,8 +1046,6 @@ struct ph7_class {
SyHash hMethod; /* Class methods */
sxu32 nLine; /* Line number on which this class was declared */
SySet aInterface; /* Implemented interface container */
SySet sExtends; /* List of inherited classes / interfaces */
SySet sImplements; /* List of implemented interfaces */
};
/* Class configuration flags */
#define PH7_CLASS_FINAL 0x001 /* Class is final [cannot be extended] */