diff options
Diffstat (limited to 'cli/js/runtime_worker.ts')
-rw-r--r-- | cli/js/runtime_worker.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cli/js/runtime_worker.ts b/cli/js/runtime_worker.ts index 3468e8109..bd051dbf2 100644 --- a/cli/js/runtime_worker.ts +++ b/cli/js/runtime_worker.ts @@ -88,12 +88,6 @@ export const workerRuntimeGlobalProperties = { workerMessageRecvCallback: nonEnumerable(workerMessageRecvCallback) }; -/** - * Main method to initialize worker runtime. - * - * It sets up global variables for DedicatedWorkerScope, - * and initializes ops. - */ export function bootstrapWorkerRuntime(name: string): void { if (hasBootstrapped) { throw new Error("Worker runtime already bootstrapped"); |