aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bsc/osmo_bsc_mgcp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/osmo-bsc/osmo_bsc_mgcp.c b/src/osmo-bsc/osmo_bsc_mgcp.c
index aa008a8da..f0c31df52 100644
--- a/src/osmo-bsc/osmo_bsc_mgcp.c
+++ b/src/osmo-bsc/osmo_bsc_mgcp.c
@@ -151,12 +151,8 @@ static const struct value_string fsm_evt_names[] = {
static void handle_error(struct mgcp_ctx *mgcp_ctx, enum int_cause_code cause)
{
struct osmo_fsm_inst *fi;
- struct osmo_bsc_sccp_con *conn;
OSMO_ASSERT(mgcp_ctx);
- conn = mgcp_ctx->conn;
- OSMO_ASSERT(conn);
-
fi = mgcp_ctx->fsm;
OSMO_ASSERT(fi);