[Epic-ID: ODUHIGH-464][Task-ID: ODUHIGH-483]TDD compilation warning fix 29/10029/2
authorlal.harshita <Harshita.Lal@radisys.com>
Thu, 8 Dec 2022 13:02:43 +0000 (18:32 +0530)
committerHarshita Lal <harshita.lal@radisys.com>
Fri, 9 Dec 2022 09:43:58 +0000 (09:43 +0000)
Signed-off-by: lal.harshita <Harshita.Lal@radisys.com>
Change-Id: I2ded883b8eee5a8606879d1dfffaeb9559384a29

src/5gnrsch/sch_rr.c

index 64ae921..c084b1e 100644 (file)
@@ -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;