From 45ae2fe1c2fa855e4f63ea168a63d0bd39e416a4 Mon Sep 17 00:00:00 2001 From: Andre Date: Sun, 7 May 2006 00:49:11 +0200 Subject: [PATCH 1/1] ortp_send: kill useless gettimeofday() --- ortp_send.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.30.2