From: Andre Date: Sat, 6 May 2006 22:49:11 +0000 (+0200) Subject: ortp_send: kill useless gettimeofday() X-Git-Tag: v0.2.12~7 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=45ae2fe1c2fa855e4f63ea168a63d0bd39e416a4;hp=c3db896887ec2c79d0fea9c29637709f5f844820 ortp_send: kill useless gettimeofday() --- diff --git a/ortp_send.c b/ortp_send.c index 07e3cccf..9363d74e 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -75,9 +75,7 @@ static void ortp_send_buf(char *buf, int len, long unsigned chunks_sent) int ret; list_for_each_entry_safe(ot, tmp, &targets, node) { - struct timeval now; int ts; - gettimeofday(&now, NULL); if (!ot->session) continue; WRITE_CHUNK_TS(buf, ot->chunk_ts);