Skip to content

Commit ac63f6f

Browse files
committed
Fix review comments
1 parent bc7e20a commit ac63f6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orchagent/intfsorch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ static const vector<sai_router_interface_stat_t> rifStatIds =
6060
// Translation of loopback action from string to sai type
6161
const unordered_map<string, loopback_action_e> IntfsOrch::m_loopback_action_map =
6262
{
63-
{"none", LOOPBACK_ACTION_NONE},
6463
{"drop", LOOPBACK_ACTION_DROP},
6564
{"forward", LOOPBACK_ACTION_FORWARD},
6665
};

0 commit comments

Comments
 (0)