Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: bingwang <wang.bing@microsoft.com>
  • Loading branch information
bingwang-ms committed Apr 24, 2022
1 parent 045334f commit 05a55b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cfgmgr/buffermgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ task_process_status BufferMgr::doSpeedUpdateTask(string port, bool admin_up)
string cable;
string speed;
string pfc_enable;
string applied_lossless_pg_status;

if (m_cableLenLookup.count(port) == 0)
{
Expand Down
1 change: 0 additions & 1 deletion cfgmgr/buffermgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ typedef std::map<std::string, speed_map_t> pg_profile_lookup_t;
typedef std::map<std::string, std::string> port_cable_length_t;
typedef std::map<std::string, std::string> port_speed_t;
typedef std::map<std::string, std::string> port_pfc_status_t;
typedef std::map<std::string, std::string> port_pg_profile_t;

class BufferMgr : public Orch
{
Expand Down

0 comments on commit 05a55b6

Please sign in to comment.