Useless variable declaration & assignment

This commit is contained in:
Rafal Kupiec 2018-07-28 11:56:09 +02:00
parent 8ab80ff8bc
commit cd2adc1f51
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@ PH7_PRIVATE sxi32 PH7_ClassInherit(ph7_vm *pVm, ph7_class *pSub, ph7_class *pBas
}
}
/* Mark first inherited class as direct subclass */
ph7_class *pClass = pSub;
if(!pSub->pBase) {
pSub->pBase = pBase;
}