]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 11 Sep 2020 19:11:05 +0000 (12:11 -0700)
open-vm-tools/lib/include/hostinfo.h

index 5c573f7846bd7d2b29f966ff34f0e80ea75565ba..74142a204772392b3972238279bc70df889cc267 100644 (file)
@@ -126,7 +126,6 @@ const char *Hostinfo_OSVersionString(void);
 #if defined(_WIN32)
 Bool Hostinfo_OSIsWinNT(void);
 Bool Hostinfo_OSIsWow64(void);
-Bool Hostinfo_TSCInvariant(void);
 int Hostinfo_EnumerateAllProcessPids(uint32 **processIds);
 #else
 void Hostinfo_ResetProcessState(const int *keepFds,
@@ -251,7 +250,6 @@ Bool Hostinfo_GetMhzOfProcessor(int32 processorNumber,
                                uint32 *currentMhz,
                                 uint32 *maxMhz);
 uint64 Hostinfo_SystemIdleTime(void);
-Bool Hostinfo_GetAllCpuid(CPUIDQuery *query);
 
 #endif
 void Hostinfo_LogLoadAverage(void);