diff --git a/engine/oop.c b/engine/oop.c index d74a270..bcc7c7c 100644 --- a/engine/oop.c +++ b/engine/oop.c @@ -420,10 +420,6 @@ PH7_PRIVATE sxi32 PH7_ClassImplement(ph7_vm *pVm, ph7_class *pMain, ph7_class *p } /* Install in the interface container */ SySetPut(&pMain->aInterface, (const void *)&pInterface); - /* TICKET 1433-49/1: Symisc eXtension - * A class may not implement all declared interface methods,so there - * is no need for a method installer loop here. - */ return SXRET_OK; } /*