Skip to content

Commit c1e5eea

Browse files
committed
no longer needed
1 parent 9b6d41b commit c1e5eea

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3051,25 +3051,6 @@ export function unmount(component) {
30513051
fn?.();
30523052
}
30533053

3054-
/**
3055-
* @param {Record<string, unknown>} props
3056-
* @returns {void}
3057-
*/
3058-
export function access_props(props) {
3059-
for (const prop in props) {
3060-
deep_read(props[prop]);
3061-
}
3062-
}
3063-
3064-
/**
3065-
* @param {any[]} values
3066-
*/
3067-
export function deep_read_all(...values) {
3068-
for (const value of values) {
3069-
deep_read(value);
3070-
}
3071-
}
3072-
30733054
/**
30743055
* @param {Record<string, any>} props
30753056
* @returns {Record<string, any>}

0 commit comments

Comments
 (0)