Removed unused vars

This commit is contained in:
Carlos Salguero
2017-01-18 00:00:35 -03:00
parent cefdd9755c
commit 6e3b2ce3ad
5 changed files with 6 additions and 17 deletions

View File

@@ -287,8 +287,6 @@ func GetHostinfo(session pmgo.SessionManager) (*hostInfo, error) {
Hostname: hi.System.Hostname,
HostOsType: hi.Os.Type,
HostSystemCPUArch: hi.System.CpuArch,
HostDatabases: hi.DatabasesCount,
HostCollections: hi.CollectionsCount,
DBPath: "", // Sets default. It will be overriden later if necessary
ProcessName: ss.Process,