Skip to content

Commit 9e13ed6

Browse files
committed
Lint
1 parent cb34615 commit 9e13ed6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/bridge-compiler/src/codegen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,6 @@ class CodegenContext {
23232323
// (including traces) before we propagate the first error — matching
23242324
// runtime semantics where all output wires settle before re-throw.
23252325
const batchId = this.parallelBatchCount++;
2326-
const varNames = asyncItems.map((_, i) => `__p${batchId}_${i}`);
23272326
const settledVar = `__s${batchId}`;
23282327
this.emit(`const ${settledVar} = await Promise.allSettled([`);
23292328
this.pushIndent();

0 commit comments

Comments
 (0)