浏览代码

- cleaned up twasmtryexceptnode.pass_generate_code_no_exceptions

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

+ 0 - 7
compiler/wasm32/nwasmflw.pas

@@ -285,14 +285,7 @@ implementation
     procedure twasmtryexceptnode.pass_generate_code_no_exceptions;
       begin
         location_reset(location,LOC_VOID,OS_NO);
-
-        current_asmdata.CurrAsmList.concat(tai_comment.Create(strpnew('TODO: try..except, try')));
-
         secondpass(left);
-        //if codegenerror then
-        //  goto errorexit;
-
-        current_asmdata.CurrAsmList.concat(tai_comment.Create(strpnew('TODO: try..except, end')));
       end;
 
     procedure twasmtryexceptnode.pass_generate_code_js_exceptions;