Skip to content

Commit 2154c91

Browse files
committed
Removes unused variable
1 parent dd2303b commit 2154c91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/system/-webview/path.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { Schemes } from '../../constants';
55
import { commonBaseIndex, isFolderGlob, normalizePath } from '../path';
66

77
const hasSchemeRegex = /^([a-zA-Z][\w+.-]+):/;
8-
const slash = 47;
98

109
export function getBestPath(uri: Uri): string;
1110
export function getBestPath(pathOrUri: string | Uri): string;

0 commit comments

Comments
 (0)