From 337209a6ea00cb6c51e08d179fd24cadb2b0ba2b Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Tue, 3 Jul 2018 09:39:29 +0200 Subject: [PATCH] mgcp_internal: remove unused struct member The struct member rtp_process_data in struct mgcp_rtp_end is unused and should be removed - remove rtp_process_data Change-Id: I3a66d159ce32359621ff2e772ee3421340b78cd5 --- include/osmocom/mgcp/mgcp_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/osmocom/mgcp/mgcp_internal.h b/include/osmocom/mgcp/mgcp_internal.h index 7712593a0..1b9749dd4 100644 --- a/include/osmocom/mgcp/mgcp_internal.h +++ b/include/osmocom/mgcp/mgcp_internal.h @@ -137,8 +137,6 @@ struct mgcp_rtp_end { int force_constant_ssrc; /* -1: always, 0: don't, 1: once */ /* should we perform align_rtp_timestamp_offset() (1) or not (0) */ int force_aligned_timing; - /* FIXME: not used anymore, used to be [external] transcoding related */ - void *rtp_process_data; /* Each end has a separate socket for RTP and RTCP */ struct osmo_fd rtp;