Alexandre Julliard : kernel: Get rid of useless trace.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 28 05:09:28 CDT 2006


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Aug 28 11:50:26 2006 +0200

kernel: Get rid of useless trace.

---

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

diff --git a/dlls/kernel/cpu.c b/dlls/kernel/cpu.c
index eaeac6e..40aedcd 100644
--- a/dlls/kernel/cpu.c
+++ b/dlls/kernel/cpu.c
@@ -461,7 +461,6 @@ #ifdef linux
 			if (sscanf( value, "%lf", &cmz ) == 1) {
 				/* SYSTEMINFO doesn't have a slot for cpu speed, so store in a global */
 				cpuHz = cmz * 1000 * 1000;
-				TRACE("CPU speed read as %lld\n", cpuHz);
 			}
 			continue;
 		}




More information about the wine-cvs mailing list