From 53b8b63c2fff0f2adbf2c66ed182a32bb4682bf7 Mon Sep 17 00:00:00 2001 From: "lal.harshita" Date: Thu, 8 Dec 2022 18:32:43 +0530 Subject: [PATCH] [Epic-ID: ODUHIGH-464][Task-ID: ODUHIGH-483]TDD compilation warning fix Signed-off-by: lal.harshita Change-Id: I2ded883b8eee5a8606879d1dfffaeb9559384a29 --- src/5gnrsch/sch_rr.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/5gnrsch/sch_rr.c b/src/5gnrsch/sch_rr.c index 64ae9210b..c084b1edc 100644 --- a/src/5gnrsch/sch_rr.c +++ b/src/5gnrsch/sch_rr.c @@ -42,9 +42,6 @@ uint8_t schMsg3RetxSchedulingForUe(SchRaCb *raCb) { bool k2Found = false; -#ifdef NR_TDD - uint8_t totalCfgSlot = 0; -#endif uint16_t dciSlot = 0; SlotTimingInfo dciTime, msg3Time; SchCellCb *cell = NULLP; -- 2.16.6