aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_rlcmac_sched.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2021-02-01 14:02:12 +0100
committerPau Espin Pedrol <pespin@espeweb.net>2021-02-01 14:02:15 +0100
commitfdbcea353288db50bf146a7dacdbe979400faa5b (patch)
treebb47201236e4898d609f69144bc560e45e88861a /src/gprs_rlcmac_sched.cpp
parent05be90367af45107f8542758806a8847576fb1d7 (diff)
Drop comment about an already implemented TODO
The comment target is already implemented just above it. Change-Id: I05534bbbad24ad8ba602244b834cdbadcabcc7ec
Diffstat (limited to 'src/gprs_rlcmac_sched.cpp')
-rw-r--r--src/gprs_rlcmac_sched.cpp1
1 files changed, 0 insertions, 1 deletions
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;