浏览代码

* fixed erroneously duplicated code from previous commit

Nikolay Nikolov 2 年之前
父节点
当前提交
389646adee
共有 1 个文件被更改,包括 0 次插入13 次删除
  1. 0 13
      compiler/pdecsub.pas

+ 0 - 13
compiler/pdecsub.pas

@@ -2426,19 +2426,6 @@ begin
                   consume(_LAST);
                   consume(_LAST);
               end;
               end;
            end;
            end;
-          if (target_info.system in systems_wasm) and (idtoken=_SUSPENDING) then
-           begin
-             consume(_SUSPENDING);
-             include(procoptions,po_wasm_suspending);
-             synthetickind:=tsk_wasm_suspending_first;
-             if idtoken=_FIRST then
-               consume(_FIRST)
-             else if idtoken=_LAST then
-               begin
-                 consume(_LAST);
-                 synthetickind:=tsk_wasm_suspending_last;
-               end;
-           end;
           { default is to used the realname of the procedure }
           { default is to used the realname of the procedure }
           if (import_nr=0) and not assigned(import_name) then
           if (import_nr=0) and not assigned(import_name) then
             begin
             begin