aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-09 13:06:56 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-09 13:06:56 +0200
commit8fe4df503c92f1d2e990bce3f37a61610e5664c2 (patch)
tree4f4330803192911459e0d06edc4acca85b1dc431 /openbsc
parent8da710307015955bc2540c6d03c7e8f99fc45981 (diff)
[rsl] Remove method that is not called by anything.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/include/openbsc/abis_rsl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/abis_rsl.h b/openbsc/include/openbsc/abis_rsl.h
index 8f2c8d33a..415db52f6 100644
--- a/openbsc/include/openbsc/abis_rsl.h
+++ b/openbsc/include/openbsc/abis_rsl.h
@@ -75,7 +75,6 @@ int rsl_lchan_set_state(struct gsm_lchan *lchan, int);
/* to be provided by external code */
int abis_rsl_sendmsg(struct msgb *msg);
int rsl_deact_sacch(struct gsm_lchan *lchan);
-int rsl_chan_release(struct gsm_lchan *lchan);
/* BCCH related code */
int rsl_ccch_conf_to_bs_cc_chans(int ccch_conf);