Skip to content

Commit

Permalink
remove space line
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-israel authored Aug 10, 2021
1 parent 5d95360 commit 0ce6ba4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2381,12 +2381,11 @@ void PortsOrch::deInitPort(string alias, sai_object_id_t port_id)
{
port_stat_manager.clearCounterIdList(p.m_port_id);
}

if (flex_counters_orch->getPortBufferDropCountersState())
{
port_buffer_drop_stat_manager.clearCounterIdList(p.m_port_id);
}

/* remove port name map from counter table */
m_counter_db->hdel(COUNTERS_PORT_NAME_MAP, alias);

Expand Down

0 comments on commit 0ce6ba4

Please sign in to comment.