aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-16 11:45:32 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:09 +0100
commitf9b4a86e8dc16e85c09e37861f6de081167ccd7b (patch)
tree2694780c4b84c4bc7310be89d4f7ca153cc483b1 /src/main.c
parentde56c2270268ff6e8945d5e03ec58ad52c3da64b (diff)
misc: Remove the link_c7 dummy methods
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index a977df4..74b9243 100644
--- a/src/main.c
+++ b/src/main.c
@@ -71,13 +71,6 @@ static void handle_local_sccp(struct mtp_link *link, struct msgb *inp, struct sc
static void clear_connections(struct bsc_data *bsc);
static void send_local_rlsd(struct mtp_link *link, struct sccp_parse_result *res);
-int link_c7_init(struct link_data *data) __attribute__((__weak__));
-
-int link_c7_init(struct link_data *data)
-{
- return -1;
-}
-
/* send a RSIP to the MGCP GW */
static void mgcp_reset(struct bsc_data *bsc)
{