Commit e350458a authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Remove useless setting.

parent e9093c98
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -840,7 +840,6 @@ static int post_cb(int op, int id, int subid, void *ex)
		printf("\t\t\tTook %f seconds\n",
			(double)((end.tv_sec+end.tv_nsec*1e-9)
                        - (start.tv_sec+start.tv_nsec*1e-9)));
		start = end;
#endif
		break;