File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/svelte/src/internal/client/dom Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ export function template(content, flags) {
45
45
var node ;
46
46
47
47
return ( ) => {
48
- var effect = /** @type {import('#client').Effect } */ ( current_effect ) ;
49
48
if ( hydrating ) {
50
49
var hydration_content = push_template_node ( is_fragment ? hydrate_nodes : hydrate_nodes [ 0 ] ) ;
51
50
return /** @type {Node } */ ( hydration_content ) ;
@@ -105,7 +104,6 @@ export function svg_template(content, flags) {
105
104
var node ;
106
105
107
106
return ( ) => {
108
- var effect = /** @type {import('#client').Effect } */ ( current_effect ) ;
109
107
if ( hydrating ) {
110
108
var hydration_content = push_template_node ( is_fragment ? hydrate_nodes : hydrate_nodes [ 0 ] ) ;
111
109
return /** @type {Node } */ ( hydration_content ) ;
You can’t perform that action at this time.
0 commit comments