kill unused BUF_TO_VAL macro
authorAndre <maan@p133.(none)>
Wed, 19 Apr 2006 22:06:03 +0000 (00:06 +0200)
committerAndre <maan@p133.(none)>
Wed, 19 Apr 2006 22:06:03 +0000 (00:06 +0200)
ortp_recv.c

index 887b8e73d33d25f38a86cffef7229e059959dad4..87e2d25bd7dcc57f8cdf20dd7509fb896489c9c1 100644 (file)
@@ -96,11 +96,6 @@ static void compute_next_chunk(struct timeval *now, unsigned chunk_time,
                pord->timestamp, pord->next_chunk.tv_sec,
                pord->next_chunk.tv_usec);
 }
-/** \cond */
-#define BUF_TO_VAL(buf) (((unsigned)(buf)[1] & 0xff) +  256 \
-       * ((unsigned)(buf)[0] & 0xff))
-/** \endcond */
-
 
 static int ortp_recv_post_select(struct receiver_node *rn, int select_ret,
        __a_unused fd_set *rfds, __a_unused fd_set *wfds)