checkasm: Remove leftover comment

This comment no longer is relevant after
9278a14cf4.
This commit is contained in:
Martin Storsjö
2024-10-18 13:32:51 +03:00
parent 23f2769266
commit 55fb9433b7
-1
View File
@@ -438,7 +438,6 @@ static void print_benchs(const CheckasmFunc *const f) {
if (f) {
print_benchs(f->child[0]);
/* Only print functions with at least one assembly version */
const CheckasmFuncVersion *v = &f->versions;
if (v->iterations) {
const double baseline = avg_cycles_per_call(v);