소스 검색

- 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;