[PATCH 4/7] framework: Remove unused variable

Akihiko Odaki akihiko.odaki at daynix.com
Fri Apr 14 14:52:52 CEST 2023


Signed-off-by: Akihiko Odaki <akihiko.odaki at daynix.com>
---
 framework/dut.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/framework/dut.py b/framework/dut.py
index 481c0cb6..87dda906 100644
--- a/framework/dut.py
+++ b/framework/dut.py
@@ -825,7 +825,6 @@ class Dut(Crb):
         """
         Check that whether auto scanned ports ready to use
         """
-        pci_addr = "%s:%s" % (pci_bus, pci_id)
         if self.nic_type == "any":
             return True
         elif self.nic_type == "cfg":
-- 
2.40.0



More information about the dts mailing list