From: lal.harshita Date: Thu, 8 Dec 2022 13:02:43 +0000 (+0530) Subject: [Epic-ID: ODUHIGH-464][Task-ID: ODUHIGH-483]TDD compilation warning fix X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fl2.git;a=commitdiff_plain;h=53b8b63c2fff0f2adbf2c66ed182a32bb4682bf7 [Epic-ID: ODUHIGH-464][Task-ID: ODUHIGH-483]TDD compilation warning fix Signed-off-by: lal.harshita Change-Id: I2ded883b8eee5a8606879d1dfffaeb9559384a29 --- 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;