Skip to content

Commit

Permalink
Remove TODO comments which are no longer needed (#2568)
Browse files Browse the repository at this point in the history
What I did
Remove TODO comments which are no longer needed

Why I did it
MUX support has already been removed, the TODO item is not valid

How I verified it
Only comment change
  • Loading branch information
Junchao-Mellanox authored Dec 19, 2022
1 parent 6185324 commit def98d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/flex_counter/flowcounterrouteorch.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class FlowCounterRouteOrch : public Orch
RouterFlowCounterCache mBoundRouteCounters;
/* Cache for those route flow counters pending update to FLEX DB */
RouterFlowCounterCache mPendingAddToFlexCntr;
/* IP2ME, MUX */ // TODO: remove MUX support
/* IP2ME */
MiscRouteEntryMap mMiscRoutes; // Save here for route flow counter
/* Flex counter manager for route flow counter */
FlexCounterManager mRouteFlowCounterMgr;
Expand Down

0 comments on commit def98d9

Please sign in to comment.