From 1460200919dae554fd0ab6b694d34b5c3a56d308 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 20 Mar 2019 19:39:30 +0100 Subject: [PATCH] This is true about PH7, but not about the AerScript. --- engine/oop.c | 4 ---- 1 file changed, 4 deletions(-) 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; } /*