Skip to content

Commit 713dee2

Browse files
iris00522Shuotian Cheng
authored and
Shuotian Cheng
committed
[crmorch]: Removing the erase action for DEL_COMMAND option (sonic-net#865)
1 parent 9931450 commit 713dee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

orchagent/crmorch.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ void CrmOrch::doTask(Consumer &consumer)
215215
else if (op == DEL_COMMAND)
216216
{
217217
SWSS_LOG_ERROR("Unsupported operation type %s\n", op.c_str());
218-
it = consumer.m_toSync.erase(it);
219218
}
220219
else
221220
{

0 commit comments

Comments
 (0)