aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-04-19 06:39:29 +0000
committerHolger Freyther <zecke@selfish.org>2009-04-19 06:39:29 +0000
commitbcdebbfcab2458a45c5e2d6da385deb54fd96ffb (patch)
treeee2b16ed4bdb536a067af2249dcee8c4197253fa /include
parentc2995ea74128aedc9179bd1b4f126c94c7bd14d6 (diff)
[bsc_hack] House keeping, remove dead code
This callback is not used from within the paging layer. We do have a different set of callbacks in place. Remove it here.
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/gsm_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 614c63d17..6c08b0399 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -252,9 +252,6 @@ struct gsm_paging_request {
* to the gsm_bts, a timer and some more state.
*/
struct gsm_bts_paging_state {
- /* public callbacks */
- void (*channel_allocated)(struct gsm_lchan *lchan);
-
/* pending requests */
struct llist_head pending_requests;
struct gsm_paging_request *last_request;