Module: wine Branch: master Commit: 10ff9b4f13a42e292e3f775ef58aa356c41382ca URL: http://source.winehq.org/git/wine.git/?a=commit;h=10ff9b4f13a42e292e3f775ef5...
Author: James Eder jimportal@gmail.com Date: Thu Sep 6 09:23:15 2012 -0600
kernel32: Remove outdated comment.
---
dlls/kernel32/cpu.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c index 0860362..333e402 100644 --- a/dlls/kernel32/cpu.c +++ b/dlls/kernel32/cpu.c @@ -99,12 +99,6 @@ BOOL WINAPI QueryPerformanceFrequency(PLARGE_INTEGER frequency) * * RETURNS * Nothing. - * - * NOTES - * On the first call it creates cached values, so it doesn't have to determine - * them repeatedly. On Linux, the "/proc/cpuinfo" special file is used. - * - * It also creates a cached flag array for IsProcessorFeaturePresent(). */ VOID WINAPI GetSystemInfo( LPSYSTEM_INFO si /* [out] Destination for system information, may not be NULL */)