Skip to content

Commit 3b0071e

Browse files
committed
remove unused variables
1 parent 1d4b6a0 commit 3b0071e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/gearboxutil

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ PORT_TABLE_ETHERNET_PREFIX = "PORT_TABLE:{}"
2828

2929
PHY_NAME = "name"
3030
PHY_ID = "phy_id"
31-
PHY_OID = "phy_oid"
3231
PHY_FIRMWARE_MAJOR_VERSION = "firmware_major_version"
3332
PHY_LINE_LANES = "line_lanes"
3433
PHY_SYSTEM_LANES = "system_lanes"
@@ -114,7 +113,6 @@ class PhyStatus(object):
114113
continue
115114
list_items = key.split(':')
116115
phy_id = list_items[2]
117-
phy_oid = get_appl_key_attr(self.appl_db, GEARBOX_TABLE_PHY_PREFIX.format(phy_id), PHY_OID)
118116
data_row = (
119117
phy_id,
120118
get_appl_key_attr(self.appl_db, GEARBOX_TABLE_PHY_PREFIX.format(phy_id), PHY_NAME),

0 commit comments

Comments
 (0)