From: John Wolfe Date: Fri, 11 Sep 2020 19:11:05 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5f6264e905911ed87196cd49eec8387205da1e;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/hostinfo.h b/open-vm-tools/lib/include/hostinfo.h index 5c573f784..74142a204 100644 --- a/open-vm-tools/lib/include/hostinfo.h +++ b/open-vm-tools/lib/include/hostinfo.h @@ -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);