From def98d9255e469060c3b640be102c35b25a829f3 Mon Sep 17 00:00:00 2001 From: Junchao-Mellanox <57339448+Junchao-Mellanox@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:35:42 +0800 Subject: [PATCH] Remove TODO comments which are no longer needed (#2568) 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 --- orchagent/flex_counter/flowcounterrouteorch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchagent/flex_counter/flowcounterrouteorch.h b/orchagent/flex_counter/flowcounterrouteorch.h index 1ef0452d4a3c..38ac413ab96e 100644 --- a/orchagent/flex_counter/flowcounterrouteorch.h +++ b/orchagent/flex_counter/flowcounterrouteorch.h @@ -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;