Completely rely on the compiler.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-06-20 12:10:02 +02:00
parent e40dc34026
commit 59811ac742
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 0 additions and 2 deletions

View File

@ -296,8 +296,6 @@ PH7_PRIVATE sxi32 PH7_VmEmitInstr(
sInstr.iLine = 1;
if(nLine > 0) {
sInstr.iLine = nLine;
} else if(pVm->sCodeGen.pEnd && pVm->sCodeGen.pEnd->nLine > 0) {
sInstr.iLine = pVm->sCodeGen.pEnd->nLine;
}
if(pIndex) {
/* Instruction index in the bytecode array */