Skip to content

Commit

Permalink
Merge pull request #866 from DustinCampbell/remove-dead-code
Browse files Browse the repository at this point in the history
Delete OperatingSystem enum
  • Loading branch information
DustinCampbell authored Nov 2, 2016
2 parents 666bbe4 + a0d803f commit a666657
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ export class LinuxDistribution {
}
}

export enum OperatingSystem {
Windows,
MacOS,
Linux
}

export class PlatformInformation {
public runtimeId: string;

Expand Down

0 comments on commit a666657

Please sign in to comment.