Commit b56c9cc 1 parent 87b7b36 commit b56c9cc Copy full SHA for b56c9cc
File tree 4 files changed +0
-12
lines changed
4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ void IntfsOrch::doTask(Consumer &consumer)
24
24
{
25
25
SWSS_LOG_ENTER ();
26
26
27
- if (consumer.m_toSync .empty ())
28
- return ;
29
-
30
27
if (!m_portsOrch->isInitDone ())
31
28
return ;
32
29
Original file line number Diff line number Diff line change @@ -89,9 +89,6 @@ void NeighOrch::doTask(Consumer &consumer)
89
89
{
90
90
SWSS_LOG_ENTER ();
91
91
92
- if (consumer.m_toSync .empty ())
93
- return ;
94
-
95
92
if (!m_portsOrch->isInitDone ())
96
93
return ;
97
94
Original file line number Diff line number Diff line change @@ -534,9 +534,6 @@ void PortsOrch::doTask(Consumer &consumer)
534
534
{
535
535
SWSS_LOG_ENTER ();
536
536
537
- if (consumer.m_toSync .empty ())
538
- return ;
539
-
540
537
string table_name = consumer.m_consumer ->getTableName ();
541
538
542
539
if (table_name == APP_PORT_TABLE_NAME)
Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ void RouteOrch::doTask(Consumer& consumer)
18
18
{
19
19
SWSS_LOG_ENTER ();
20
20
21
- if (consumer.m_toSync .empty ())
22
- return ;
23
-
24
21
if (!m_portsOrch->isInitDone ())
25
22
return ;
26
23
You can’t perform that action at this time.
0 commit comments