Huw Davies : ntdll: Remove a spurious assignment.

Alexandre Julliard julliard at winehq.org
Wed Jul 11 17:39:19 CDT 2012


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Jul 11 11:46:15 2012 +0100

ntdll: Remove a spurious assignment.

---

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

diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c
index 4b3f83a..cc35815 100644
--- a/dlls/ntdll/nt.c
+++ b/dlls/ntdll/nt.c
@@ -1279,7 +1279,6 @@ void fill_cpu_info(void)
                 valSize = sizeof(buffer);
                 if (sysctlbyname ("machdep.cpu.features", buffer, &valSize, NULL, 0) == 0)
                 {
-                    cached_sci.Revision |= value;
                     if (!valSize) FIXME("Buffer not large enough, please increase\n");
                     if (strstr(buffer, "CX8"))   user_shared_data->ProcessorFeatures[PF_COMPARE_EXCHANGE_DOUBLE] = TRUE;
                     if (strstr(buffer, "CX16"))  user_shared_data->ProcessorFeatures[PF_COMPARE_EXCHANGE128] = TRUE;




More information about the wine-cvs mailing list