From 605c7f074a4dba6dca09cafcdc5b3a9e720c1436 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 10 Jan 2019 12:10:47 +0100 Subject: chan_alloc: remove references to lchan_alloc() The function lchan_alloc() does not exist anymore, however there is still a prototype definition in chan_alloc.h and a comment in abis_rsl.c. Lets remove those. Change-Id: I36227ea306d28587ac70acbe596c7756b23d88c7 --- include/osmocom/bsc/chan_alloc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/osmocom/bsc/chan_alloc.h') diff --git a/include/osmocom/bsc/chan_alloc.h b/include/osmocom/bsc/chan_alloc.h index 97f6cb2db..b509e3e6d 100644 --- a/include/osmocom/bsc/chan_alloc.h +++ b/include/osmocom/bsc/chan_alloc.h @@ -24,9 +24,6 @@ struct gsm_subscriber_connection; -/* Allocate a logical channel (SDCCH, TCH, ...) */ -struct gsm_lchan *lchan_alloc(struct gsm_bts *bts, enum gsm_chan_t type, int allow_bigger); - /* Free a logical channel (SDCCH, TCH, ...) */ void lchan_free(struct gsm_lchan *lchan); -- cgit v1.2.3