cosmetic: subscr_paging_dispatch() comments/indent

This commit is contained in:
Neels Hofmeyr
2016-05-02 15:33:18 +02:00
parent 6f4e83beb0
commit fb845bb1df

View File

@@ -68,15 +68,6 @@ static int subscr_paging_dispatch(unsigned int hooknum, unsigned int event,
OSMO_ASSERT(subscr->is_paging); OSMO_ASSERT(subscr->is_paging);
#if BEFORE_MSCSPLIT
/*
* Stop paging on all other BTS. E.g. if this is
* the first timeout on a BTS then the others will
* timeout soon as well. Let's just stop everything
* and forget we wanted to page.
*/
paging_request_stop(NULL, subscr, NULL, NULL);
#endif
/* Inform parts of the system we don't know */ /* Inform parts of the system we don't know */
sig_data.subscr = subscr; sig_data.subscr = subscr;