Skip to content

Commit 7d223d3

Browse files
authored
Remove "TODO" comment which is no longer relevant (#2645)
Signed-off-by: Stephen Sun <[email protected]>
1 parent 02c2267 commit 7d223d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cfgmgr/buffermgrdyn.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -3141,8 +3141,6 @@ task_process_status BufferMgrDynamic::handleSingleBufferQueueEntry(const string
31413141
return task_process_status::task_failed;
31423142
}
31433143

3144-
// TODO: check overlap. Currently, assume there is no overlap
3145-
31463144
auto &portQueue = m_portQueueLookup[port][queues];
31473145
if (PORT_ADMIN_DOWN == portInfo.state)
31483146
{

0 commit comments

Comments
 (0)