Skip to content

Commit ab0b259

Browse files
committed
remove
1 parent 92c9c96 commit ab0b259

File tree

1 file changed

+0
-4
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+0
-4
lines changed

packages/svelte/src/internal/client/reactivity/batch.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,7 @@ let last_scheduled_effect = null;
7474
let is_flushing = false;
7575

7676
let is_flushing_sync = false;
77-
78-
let uid = 1;
7977
export class Batch {
80-
id = uid++;
81-
8278
/**
8379
* The current values of any sources that are updated in this batch
8480
* They keys of this map are identical to `this.#previous`

0 commit comments

Comments
 (0)