Skip to content

Commit

Permalink
Remove unnecessary else condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Shi Su committed Nov 23, 2021
1 parent 5cdc73d commit 17de3bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions orchagent/vnetorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1013,10 +1013,6 @@ bool VNetRouteOrch::doRouteTask<VNetVrfObject>(const string& vnet, IpPrefix& ipP

removeRouteState(vnet, ipPrefix);
}
else
{
SWSS_LOG_ERROR("Unknown operation");
}

return true;
}
Expand Down

0 comments on commit 17de3bd

Please sign in to comment.