Skip to content

Commit a390eec

Browse files
committed
unused
1 parent 6fa4688 commit a390eec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/svelte/src/internal/client/render.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ function _mount(Component, { target, anchor, props = {}, events, context, intro
204204
// @ts-expect-error will be defined because the render effect runs synchronously
205205
var component = undefined;
206206

207-
let outro = false;
208-
209207
var unmount = effect_root(() => {
210208
var anchor_node = anchor ?? target.appendChild(create_text());
211209

0 commit comments

Comments
 (0)