aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2017-06-05 20:18:38 +0700
committerHarald Welte <laforge@gnumonks.org>2017-06-15 14:40:21 +0000
commit0b7a3e9f62bd3eaf2a9bf2c75028a91c8072d389 (patch)
treee5371d4ad8f8197e1d344cad3c3eb0abeaad5bbc
parent0227e4d04caa62698a16894a2883bbac38dff6cc (diff)
scheduler_trx.c: strip unused variable
-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: