From 59811ac74219c8df9ef0f24d8b9453d5fcacfc9a Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 20 Jun 2019 12:10:02 +0200 Subject: [PATCH] Completely rely on the compiler. --- engine/vm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/vm.c b/engine/vm.c index 83ea73b..9eea5cf 100644 --- a/engine/vm.c +++ b/engine/vm.c @@ -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 */