Skip to content

Commit

Permalink
Remove handling for another unnecessary scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Shi Su committed Jul 5, 2021
1 parent b4dc2e3 commit fce41ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,6 @@ void PortsOrch::getPortSupportedSpeeds(const std::string& alias, sai_object_id_t
{
SWSS_LOG_ERROR("Failed to get a list of supported speeds for port %s id=%" PRIx64 ". Error=%d",
alias.c_str(), port_id, status);
handleSaiGetStatus(SAI_API_PORT, status);
}

supported_speeds.clear(); // return empty
Expand Down

0 comments on commit fce41ab

Please sign in to comment.