瀏覽代碼

* removed TODO comment from WasiThreadSwitch

Nikolay Nikolov 1 年之前
父節點
當前提交
af5c2d66c2
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      rtl/wasi/systhrd.inc

+ 0 - 1
rtl/wasi/systhrd.inc

@@ -483,7 +483,6 @@ end;
 procedure WasiThreadSwitch;
 procedure WasiThreadSwitch;
 begin
 begin
   // Normally a yield, but this does not (yet) exist in webassembly.
   // Normally a yield, but this does not (yet) exist in webassembly.
-  {todo:implement}
 end;
 end;
 
 
 function WasiWaitForThreadTerminate(threadHandle : TThreadID; TimeoutMs : longint) : dword;
 function WasiWaitForThreadTerminate(threadHandle : TThreadID; TimeoutMs : longint) : dword;