Skip to content

Commit 3b85e10

Browse files
committed
feedback
1 parent 927f3d2 commit 3b85e10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -959,9 +959,6 @@ export function get(signal) {
959959
var parent = derived.parent;
960960

961961
if (parent !== null) {
962-
// if ((parent.f & UNOWNED) === 0) {
963-
// derived.f ^= UNOWNED;
964-
// }
965962
// If the derived is owned by another derived then mark it as unowned
966963
// as the derived value might have been referenced in a different context
967964
// since and thus its parent might not be its true owner anymore

0 commit comments

Comments
 (0)