Update comments; no functional change.

According to <http://msdn.microsoft.com/en-us/library/windows/desktop/ms644905(v=vs.85).aspx> "The frequency cannot change while the system is running".
This commit is contained in:
Fish (David B. Trout)
2012-06-23 16:21:26 -07:00
parent 6ece698611
commit 74dfc268f4

View File

@@ -471,9 +471,6 @@ DLL_EXPORT int clock_gettime ( clockid_t clk_id, struct timespec *tp )
GetSystemTimeAsFileTime( &ftStartingSystemTime );
liStartingHPCTick.QuadPart = liWork.QuadPart;
// FIXME: Performance frequency may change more frequently than once
// every 30 seconds. Possible to receive notification of
// frequency change?
VERIFY( QueryPerformanceFrequency( &liHPCTicksPerSecond ) );
liStartingNanoTime = FileTimeTo1970Nanoseconds( &ftStartingSystemTime );