浏览代码

- removed duplicated assignment

Nikolay Nikolov 4 年之前
父节点
当前提交
04a41fa5b0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler/wasm32/nwasmflw.pas

+ 0 - 1
compiler/wasm32/nwasmflw.pas

@@ -823,7 +823,6 @@ implementation
                 thlcgwasm(hlcg).raiseBr:=oldRaiseBr;
 
                 hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_clear_exception_flag',[],nil).resetiftemp;
-                thlcgwasm(hlcg).raiseBr:=oldRaiseBr;
                 hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_raise_nested',[],nil).resetiftemp;
                 thlcgwasm(hlcg).g_checkexceptions(current_asmdata.CurrAsmList);