James Eder : ntdll: Remove outdated comment.

Alexandre Julliard julliard at winehq.org
Tue Sep 11 16:59:07 CDT 2012


Module: wine
Branch: master
Commit: 07f29c2ce7a91fce069f60580fc0ec3bacaf6e96
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=07f29c2ce7a91fce069f60580fc0ec3bacaf6e96

Author: James Eder <jimportal at gmail.com>
Date:   Fri Sep  7 14:29:26 2012 -0600

ntdll: Remove outdated comment.

---

 dlls/ntdll/nt.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
index 2536d33..44bdc5f 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -904,15 +904,6 @@ static inline void get_cpuinfo(SYSTEM_CPU_INFORMATION* info)
  * - cached_sci & cpuHZ in this file
  * - Peb->NumberOfProcessors
  * - SharedUserData->ProcessFeatures[] array
- *
- * It creates a registry subhierarchy, looking like:
- * "\HARDWARE\DESCRIPTION\System\CentralProcessor\<processornumber>\Identifier (CPU x86)".
- * Note that there is a hierarchy for every processor installed, so this
- * supports multiprocessor systems. This is done like Win95 does it, I think.
- *
- * It creates some registry entries in the environment part:
- * "\HKLM\System\CurrentControlSet\Control\Session Manager\Environment". These are
- * always present. When deleted, Windows will add them again.
  */
 void fill_cpu_info(void)
 {




More information about the wine-cvs mailing list