From 0e6e6773bb9b20d6d355122d1a57416463c86a4d Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 25 Jul 2018 19:04:08 +0200 Subject: [PATCH] This field is useless now --- include/ph7int.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ph7int.h b/include/ph7int.h index 232a299..1724a22 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -1035,7 +1035,6 @@ struct ph7_class { SyHash hMethod; /* Class methods */ sxu32 nLine; /* Line number on which this class was declared */ SySet aInterface; /* Implemented interface container */ - ph7_class *pNextName; /* Next class [interface, abstract, etc.] with the same name */ }; /* Class configuration flags */ #define PH7_CLASS_FINAL 0x001 /* Class is final [cannot be extended] */