kernel: Get rid of useless trace.

This commit is contained in:
Alexandre Julliard 2006-08-28 11:50:26 +02:00
parent 5f832b2731
commit 49d82c5a4d

View file

@ -461,7 +461,6 @@ VOID WINAPI GetSystemInfo(
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;
}