Skip to content

Commit

Permalink
Remove "TODO" comment which is no longer relevant (sonic-net#2645)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sun <[email protected]>
  • Loading branch information
stephenxs authored Feb 7, 2023
1 parent 02c2267 commit 7d223d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cfgmgr/buffermgrdyn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3141,8 +3141,6 @@ task_process_status BufferMgrDynamic::handleSingleBufferQueueEntry(const string
return task_process_status::task_failed;
}

// TODO: check overlap. Currently, assume there is no overlap

auto &portQueue = m_portQueueLookup[port][queues];
if (PORT_ADMIN_DOWN == portInfo.state)
{
Expand Down

0 comments on commit 7d223d3

Please sign in to comment.