فهرست منبع

- cleaned up twasmtryexceptnode.pass_generate_code_no_exceptions

Nikolay Nikolov 3 سال پیش
والد
کامیت
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;