Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
slogan621 committed Jun 4, 2020
1 parent 1d4b6a0 commit 3b0071e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/gearboxutil
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ PORT_TABLE_ETHERNET_PREFIX = "PORT_TABLE:{}"

PHY_NAME = "name"
PHY_ID = "phy_id"
PHY_OID = "phy_oid"
PHY_FIRMWARE_MAJOR_VERSION = "firmware_major_version"
PHY_LINE_LANES = "line_lanes"
PHY_SYSTEM_LANES = "system_lanes"
Expand Down Expand Up @@ -114,7 +113,6 @@ class PhyStatus(object):
continue
list_items = key.split(':')
phy_id = list_items[2]
phy_oid = get_appl_key_attr(self.appl_db, GEARBOX_TABLE_PHY_PREFIX.format(phy_id), PHY_OID)
data_row = (
phy_id,
get_appl_key_attr(self.appl_db, GEARBOX_TABLE_PHY_PREFIX.format(phy_id), PHY_NAME),
Expand Down

0 comments on commit 3b0071e

Please sign in to comment.