Skip to content

Commit d74574f

Browse files
committed
unused
1 parent 9588954 commit d74574f

File tree

1 file changed

+0
-5
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+0
-5
lines changed

packages/svelte/src/internal/client/dom/blocks/boundary.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ export function boundary(node, props, children) {
4141
}
4242

4343
export class Boundary {
44-
/** @type {Boundary | null} */
45-
parent;
46-
4744
/** @type {TemplateNode} */
4845
#anchor;
4946

@@ -79,8 +76,6 @@ export class Boundary {
7976

8077
this.#hydrate_open = hydrate_node;
8178

82-
this.parent = /** @type {Effect} */ (active_effect).b;
83-
8479
this.#effect = block(() => {
8580
/** @type {Effect} */ (active_effect).b = this;
8681

0 commit comments

Comments
 (0)