0
5

Useless variable declaration & assignment

Dieser Commit ist enthalten in:
Rafal Kupiec 2018-07-28 11:56:09 +02:00
Ursprung 8ab80ff8bc
Commit cd2adc1f51
Signiert von: belliash
GPG-Schlüssel-ID: 4E829243E0CFE6B4

Datei anzeigen

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