1
0
forked from 0ad/0ad

removed test rig crap

This was SVN commit r1207.
This commit is contained in:
janwas 2004-10-03 23:28:57 +00:00
parent b6c1ad7126
commit 10a81394ff

View File

@ -524,10 +524,7 @@ void ia32_get_cpu_info()
check_speedstep();
on_each_cpu(check_smp);
for(int i = 0; i < 10; i++){
measure_cpu_freq();
debug_out("%f\n", cpu_freq);
}
// HACK: if _WIN32, the HRT makes its final implementation choice
// in the first calibrate call where cpu info is available.