kernel32: Remove outdated comment

James Eder jimportal at gmail.com
Thu Sep 6 10:23:15 CDT 2012


The mentioned functionality was moved into ntdll.
---
 dlls/kernel32/cpu.c | 6 ------
 1 file changed, 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 */)
-- 
1.7.12




More information about the wine-patches mailing list