aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-trx/scheduler_trx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index 8531d5cd..cbcde8ca 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -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: