From 765fba3fd03aac3cf569a924e3d36a6ff6c5b314 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 23 Feb 2011 16:54:50 +0100 Subject: msc: Remove unused method from the code --- src/msc_conn.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/msc_conn.c b/src/msc_conn.c index f1e657a..a554514 100644 --- a/src/msc_conn.c +++ b/src/msc_conn.c @@ -48,13 +48,6 @@ static void msc_send(struct msc_connection *bsc, struct msgb *msg, int proto); static void msc_schedule_reconnect(struct msc_connection *bsc); static void mgcp_forward(struct msc_connection *fw, const uint8_t *data, unsigned int length); -int send_or_queue_bsc_msg(struct mtp_link_set *link, int sls, struct msgb *msg) -{ - if (mtp_link_set_submit_sccp_data(link, sls, msg->l2h, msgb_l2len(msg)) != 0) - LOGP(DMSC, LOGL_ERROR, "Could not forward SCCP message.\n"); - return 0; -} - void msc_close_connection(struct msc_connection *fw) { struct bsc_fd *bfd = &fw->msc_connection.bfd; -- cgit v1.2.3