firmware/layer1: fix unused variable 'l1h' [-Wunused-variable]

Change-Id: If8c3da3908c1dab7a93e69daee13426f9bdbccad
This commit is contained in:
Vadim Yanitskiy 2022-04-25 16:14:18 +03:00
parent 80ef655d00
commit 3f49d7a0fa
1 changed files with 0 additions and 2 deletions

View File

@ -346,8 +346,6 @@ static void l1ctl_rx_crypto_req(struct msgb *msg)
/* receive a L1CTL_DM_REL_REQ from L23 */
static void l1ctl_rx_dm_rel_req(struct msgb *msg)
{
struct l1ctl_hdr *l1h = (struct l1ctl_hdr *) msg->data;
printd("L1CTL_DM_REL_REQ\n");
l1a_mftask_set(0);
l1s.dedicated.type = GSM_DCHAN_NONE;