Browse Source

* removed TODO comment from WasiThreadSwitch

Nikolay Nikolov 1 year ago
parent
commit
af5c2d66c2
1 changed files with 0 additions and 1 deletions
  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;