From ccf75f4378e82b8a1dab0e34fa0f0eaba7fb6f67 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 20 Apr 2006 00:06:03 +0200 Subject: [PATCH] kill unused BUF_TO_VAL macro --- ortp_recv.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ortp_recv.c b/ortp_recv.c index 887b8e73..87e2d25b 100644 --- a/ortp_recv.c +++ b/ortp_recv.c @@ -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) -- 2.30.2