scheduler_trx.c: strip unused variable

Change-Id: I870dad2a00f68cca1c31a719221fc30a07b30c20
This commit is contained in:
Vadim Yanitskiy 2017-06-05 20:18:38 +07:00 committed by Harald Welte
parent 0227e4d04c
commit 0b7a3e9f62
1 changed files with 0 additions and 2 deletions

View File

@ -1428,8 +1428,6 @@ static void trx_ctrl_timer_cb(void *data)
/* check if transceiver is still alive */
if (transceiver_lost++ == TRX_LOSS_FRAMES) {
struct gsm_bts_trx *trx;
LOGP(DL1C, LOGL_NOTICE, "No more clock from transceiver\n");
no_clock: