From edad5898f2c221ee869b14d5e16c4a8cf8c4e4bb Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 24 May 2004 22:59:16 +0000 Subject: [PATCH] Got rid of a superfluous call to gettimeofday(). --- util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util.c b/util.c index 69433359..a01a38d1 100644 --- a/util.c +++ b/util.c @@ -1042,7 +1042,6 @@ int msleep(int t) struct timeval tval, t1, t2; gettimeofday(&t1, NULL); - gettimeofday(&t2, NULL); while (tdiff < t) { tval.tv_sec = (t-tdiff)/1000; -- 2.34.1