Skip to content

Commit d131e28

Browse files
committed
unused
1 parent 17b2f22 commit d131e28

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
update_effect
1111
} from '../runtime.js';
1212
import { raf } from '../timing.js';
13-
import { internal_set, mark_reactions, pending } from './sources.js';
13+
import { internal_set, pending } from './sources.js';
1414

1515
/** @type {Set<Batch>} */
1616
const batches = new Set();

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import { capture, get_pending_boundary } from '../dom/blocks/boundary.js';
3535
import { component_context } from '../context.js';
3636
import { UNINITIALIZED } from '../../../constants.js';
3737
import { current_batch } from './batch.js';
38-
import { noop } from '../../shared/utils.js';
3938

4039
/** @type {Effect | null} */
4140
export let from_async_derived = null;

0 commit comments

Comments
 (0)