[4/7] framework: Remove unused variable

Message ID 20230414125255.67812-5-akihiko.odaki@daynix.com (mailing list archive)
State Accepted
Headers
Series Fix for Fedora 37 |

Commit Message

Akihiko Odaki April 14, 2023, 12:52 p.m. UTC
  Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
 framework/dut.py | 1 -
 1 file changed, 1 deletion(-)
  

Patch

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":