]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
ortp_send: kill useless gettimeofday()
authorAndre <maan@p133.(none)>
Sat, 6 May 2006 22:49:11 +0000 (00:49 +0200)
committerAndre <maan@p133.(none)>
Sat, 6 May 2006 22:49:11 +0000 (00:49 +0200)
ortp_send.c

index 07e3cccfbc65423bcd0455d1b9eb5617fbbe1c91..9363d74e79f4b85e990a5c667655dd68dc6eb77a 100644 (file)
@@ -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) {
        int ret;
 
        list_for_each_entry_safe(ot, tmp, &targets, node) {
-               struct timeval now;
                int ts;
                int ts;
-               gettimeofday(&now, NULL);
                if (!ot->session)
                        continue;
                WRITE_CHUNK_TS(buf, ot->chunk_ts);
                if (!ot->session)
                        continue;
                WRITE_CHUNK_TS(buf, ot->chunk_ts);