Skip to content

Commit

Permalink
Remove redundant code from SystemInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cummer committed Jun 15, 2018
1 parent 20e49ee commit 3d12021
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions system/system_info.go
Expand Up @@ -51,12 +51,6 @@ func NewSystemInfo() *SystemInfo {
ProductVersion: m["Description"],
BuildVersion: m["Release"],
}
case "darwin":
sysInfo = &SystemInfo{
ProductName: m["ProductName"],
ProductVersion: m["ProductVersion"],
BuildVersion: m["BuildVersion"],
}
default:
sysInfo = &SystemInfo{
ProductName: m["ProductName"],
Expand Down

0 comments on commit 3d12021

Please sign in to comment.