diff --git a/stresstest.c b/stresstest.c index e7a8a5d..f36d587 100644 --- a/stresstest.c +++ b/stresstest.c @@ -257,7 +257,6 @@ static void fill(int64_t *dst, const int size, int type) { for (test = 0; test < sizes_cnt; test++) { \ int64_t size = sizes[test]; \ fill(dst, size, type); \ - name (dst, size, sizeof(int64_t), simple_cmp); \ diff += usec2 - usec1; \ } \ printf(" - %s, %10.1f usec\n", res ? "ok" : "FAILED", diff); \