Browse Source

Drop spurious line

Samuel Thibault 4 years ago
parent
commit
d480271237
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/mult/xgemm.c

+ 0 - 1
examples/mult/xgemm.c

@@ -464,7 +464,6 @@ int main(int argc, char **argv)
 
 		starpu_fxt_start_profiling();
 		start = starpu_timing_now();
-		starpu_sleep(1);
 
 		unsigned x, y, z, iter;
 		for (iter = 0; iter < niter; iter++)