Skip to content

Commit 735f90a

Browse files
Remove unused functions
1 parent 9e9acd8 commit 735f90a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/platform.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,4 @@ export function getCurrentPlatform() {
8484
}
8585

8686
return Platform.Unknown;
87-
}
88-
89-
export function isWindows(platform: Platform) {
90-
return platform === Platform.Windows;
91-
}
92-
93-
export function isUnix(platform: Platform) {
94-
return platform !== Platform.Windows
95-
|| (platform !== Platform.Unknown && process.platform === 'linux');
9687
}

0 commit comments

Comments
 (0)