This is true about PH7, but not about the AerScript.
All checks were successful
The build was successful.
All checks were successful
The build was successful.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user