This is true about PH7, but not about the AerScript.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-03-20 19:39:30 +01:00
parent 24013f4a52
commit 1460200919
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}
/*