From c9179fbcdd2f51a600a6ba1a43dc6ea9cd99e6ae Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Wed, 8 Nov 2017 10:08:51 +0100 Subject: [PATCH] cosmetic: remove distracting newline Change-Id: Iedc883b0f5760f004c51d7cf15328eb8c4d472db --- include/osmocom/bsc/osmo_bsc_mgcp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/osmocom/bsc/osmo_bsc_mgcp.h b/include/osmocom/bsc/osmo_bsc_mgcp.h index ddcba0f49..dd26d4013 100644 --- a/include/osmocom/bsc/osmo_bsc_mgcp.h +++ b/include/osmocom/bsc/osmo_bsc_mgcp.h @@ -31,7 +31,6 @@ struct mgcp_ctx { /* Copy of the pointer and the data with context information * needed to process the AoIP and MGCP requests (system data) */ struct mgcp_client *mgcp; - struct osmo_bsc_sccp_con *conn; enum gsm48_chan_mode chan_mode; bool full_rate;