aboutsummaryrefslogtreecommitdiffstats
path: root/src/links.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/links.c')
-rw-r--r--src/links.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/links.c b/src/links.c
index 4342447..9bd202b 100644
--- a/src/links.c
+++ b/src/links.c
@@ -72,11 +72,6 @@ void mtp_link_up(struct mtp_link *link)
mtp_link_start_link_test(link);
}
-void mtp_link_set_submit(struct mtp_link *link, struct msgb *msg)
-{
- link->write(link, msg);
-}
-
void mtp_link_restart(struct mtp_link *link)
{
LOGP(DINP, LOGL_ERROR, "Need to restart the SS7 link.\n");