diff options
-rw-r--r-- | x11perf.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -845,7 +845,6 @@ ProcessTest(XParms xp, Test *test, int func, unsigned long pm, char *label) DisplayStatus(xp->d, "Calibrating", label, 0); reps = CalibrateTest(xp, test, seconds, &time); if (reps != 0) { - srand(1); /* allow reproducible results */ XDestroySubwindows(xp->d, xp->w); XClearWindow(xp->d, xp->w); reps = (*test->init) (xp, &test->parms, reps); |