Remove trivially dead code (#1190)

Signed-off-by: Marco Antognini <marco.antognini@arm.com>
This commit is contained in:
Marco Antognini
2021-03-17 09:50:11 +00:00
committed by GitHub
parent ee600e89d7
commit da2a1bd4a5
13 changed files with 0 additions and 13 deletions

View File

@@ -521,7 +521,6 @@ int TestFunc_Double_Double_Double(const Func *f, MTdata d, bool relaxedMode)
vlog_perf(clocksPerOp, LOWER_IS_BETTER, "clocks / element", "%sD%s",
f->name, sizeNames[j]);
}
for (; j < gMaxVectorSizeIndex; j++) vlog("\t -- ");
}
if (!gSkipCorrectnessTesting)