From 17de3bd143e5d6eb64e78bfaae1b226301d69e6d Mon Sep 17 00:00:00 2001 From: Shi Su Date: Tue, 23 Nov 2021 17:58:39 +0000 Subject: [PATCH] Remove unnecessary else condition --- orchagent/vnetorch.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/orchagent/vnetorch.cpp b/orchagent/vnetorch.cpp index f2a1242edb..6753bab2da 100644 --- a/orchagent/vnetorch.cpp +++ b/orchagent/vnetorch.cpp @@ -1013,10 +1013,6 @@ bool VNetRouteOrch::doRouteTask(const string& vnet, IpPrefix& ipP removeRouteState(vnet, ipPrefix); } - else - { - SWSS_LOG_ERROR("Unknown operation"); - } return true; }