Commit 49d82c5a authored by Alexandre Julliard's avatar Alexandre Julliard

kernel: Get rid of useless trace.

parent 5f832b27
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment