From 0b7a3e9f62bd3eaf2a9bf2c75028a91c8072d389 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 5 Jun 2017 20:18:38 +0700 Subject: scheduler_trx.c: strip unused variable Change-Id: I870dad2a00f68cca1c31a719221fc30a07b30c20 --- src/osmo-bts-trx/scheduler_trx.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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: -- cgit v1.2.3