kernel: Get rid of useless trace.
This commit is contained in:
parent
5f832b2731
commit
49d82c5a4d
@ -461,7 +461,6 @@ VOID WINAPI GetSystemInfo(
|
|||||||
if (sscanf( value, "%lf", &cmz ) == 1) {
|
if (sscanf( value, "%lf", &cmz ) == 1) {
|
||||||
/* SYSTEMINFO doesn't have a slot for cpu speed, so store in a global */
|
/* SYSTEMINFO doesn't have a slot for cpu speed, so store in a global */
|
||||||
cpuHz = cmz * 1000 * 1000;
|
cpuHz = cmz * 1000 * 1000;
|
||||||
TRACE("CPU speed read as %lld\n", cpuHz);
|
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user