Browse Source

* Remove unused units

Michael Van Canneyt 3 months ago
parent
commit
5f4af15cfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/wasi/src/wasiworkerthreadhost.pas

+ 1 - 1
packages/wasi/src/wasiworkerthreadhost.pas

@@ -13,7 +13,7 @@ uses
   System.SysUtils, JSApi.JS,  System.WebThreads,
   System.SysUtils, JSApi.JS,  System.WebThreads,
   Rtl.ThreadController;
   Rtl.ThreadController;
 {$ELSE} 
 {$ELSE} 
-  SysUtils, JS, Rtl.WebThreads, Rtl.ThreadController, Rtl.WorkerCommands, WasiWorkerApp,
+  SysUtils, JS, Rtl.WebThreads, Rtl.ThreadController, WasiWorkerApp,
   rtl.workerthreadhost, rtl.threadrunner;
   rtl.workerthreadhost, rtl.threadrunner;
 {$ENDIF}
 {$ENDIF}