Skip to content

Commit a666657

Browse files
Merge pull request #866 from DustinCampbell/remove-dead-code
Delete OperatingSystem enum
2 parents 666bbe4 + a0d803f commit a666657

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/platform.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ export class LinuxDistribution {
8080
}
8181
}
8282

83-
export enum OperatingSystem {
84-
Windows,
85-
MacOS,
86-
Linux
87-
}
88-
8983
export class PlatformInformation {
9084
public runtimeId: string;
9185

0 commit comments

Comments
 (0)