Skip to content

Commit f8268a5

Browse files
committed
fix: rm unused var
1 parent abdadce commit f8268a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/kit/src/runtime/app/paths/client.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ export function asset(file) {
2525
return (assets || base) + file;
2626
}
2727

28-
const pathname_prefix = hash_routing ? '#' : '';
29-
3028
/**
3129
* Resolve a pathname by prefixing it with the base path, if any,
3230
* or resolve a route ID by populating dynamic segments with route parameters.

0 commit comments

Comments
 (0)