]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 27 Feb 2019 22:39:56 +0000 (14:39 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 27 Feb 2019 22:39:56 +0000 (14:39 -0800)
open-vm-tools/lib/include/hostinfo.h

index 484764ae08a83b3dc02b9290427f52106c218a15..87124878913fa20650a96a1f38fd4ad245cbfa1f 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2019 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -253,11 +253,6 @@ Bool Hostinfo_GetMhzOfProcessor(int32 processorNumber,
 uint64 Hostinfo_SystemIdleTime(void);
 Bool Hostinfo_GetAllCpuid(CPUIDQuery *query);
 
-static INLINE Bool
-Hostinfo_AtLeastVista(void)
-{
-   return (Hostinfo_GetOSType() >= OS_VISTA);
-}
 #endif
 void Hostinfo_LogLoadAverage(void);
 Bool Hostinfo_GetLoadAverage(uint32 *l);