lc15: Remove unused warning

l1_if.c: In function ‘activate_rf_compl_cb’:
l1_if.c:1251:22: error: unused variable ‘i’ [-Werror=unused-variable]
 1251 |         unsigned int i;
      |                      ^

Change-Id: I23270dfe6779321e514c71184b3c71f52a9b4c4a
This commit is contained in:
Harald Welte 2023-03-28 15:25:44 +02:00 committed by laforge
parent 9584980ea2
commit 3d2c107922
1 changed files with 0 additions and 1 deletions

View File

@ -1248,7 +1248,6 @@ static int activate_rf_compl_cb(struct gsm_bts_trx *trx, struct msgb *resp,
Litecell15_Prim_t *sysp = msgb_sysprim(resp);
GsmL1_Status_t status;
int on = 0;
unsigned int i;
if (sysp->id == Litecell15_PrimId_ActivateRfCnf)
on = 1;