From fdbcea353288db50bf146a7dacdbe979400faa5b Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 1 Feb 2021 14:02:12 +0100 Subject: [PATCH] Drop comment about an already implemented TODO The comment target is already implemented just above it. Change-Id: I05534bbbad24ad8ba602244b834cdbadcabcc7ec --- src/gprs_rlcmac_sched.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gprs_rlcmac_sched.cpp b/src/gprs_rlcmac_sched.cpp index 58ed1ac4..a8f65dee 100644 --- a/src/gprs_rlcmac_sched.cpp +++ b/src/gprs_rlcmac_sched.cpp @@ -205,7 +205,6 @@ static struct msgb *sched_select_ctrl_msg( else if (tbf == tbfs->nacc) { msg = ms_nacc_create_rlcmac_msg(tbf->ms(), tbf); } - /* else: if tbf/ms is pending to send tx_neigbhourData or tx_CellchangeContinue, send it */ if (!msg) { tbf = NULL;