X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=blobdiff_plain;f=benchmarks%2Fcommon%2Futil.h;h=ea065304f9b60228db9f718c891d211dce67aa83;hp=082489bf80975eb391b738792c12bcea2ecf8b31;hb=b961c327162755de390b9175c792ffeb309f82a6;hpb=542e4095a2e5c72546a4922399a9f7e056eaa022;ds=sidebyside diff --git a/benchmarks/common/util.h b/benchmarks/common/util.h index 082489b..ea06530 100644 --- a/benchmarks/common/util.h +++ b/benchmarks/common/util.h @@ -24,10 +24,6 @@ // Set SET_STATS to 1 if you want to carve out the piece that actually // does the computation. -#ifndef SET_STATS -#define SET_STATS 0 -#endif - #if HOST_DEBUG #include static void setStats(int enable) {}