Skip to content

Commit 1080beb

Browse files
committed
remove unused
1 parent 4ee33d4 commit 1080beb

File tree

1 file changed

+0
-3
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client

1 file changed

+0
-3
lines changed

packages/svelte/src/compiler/phases/3-transform/client/utils.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ export function can_be_parallelized(expression, scope, analysis, bindings) {
9898
return false;
9999
}
100100
}
101-
if (!binding.mutated && !binding.reassigned) {
102-
continue;
103-
}
104101
}
105102
return true;
106103
}

0 commit comments

Comments
 (0)