summaryrefslogtreecommitdiff
path: root/nova/pci
diff options
context:
space:
mode:
authorLudovic Beliveau <ludovic.beliveau@windriver.com>2016-05-11 07:17:03 -0400
committerLudovic Beliveau <ludovic.beliveau@windriver.com>2016-05-11 07:19:53 -0400
commita198da0b1ed2cb81cfa5a2a995bcd2cd5a25b768 (patch)
tree6088bece20e30db2564062cd0a7e4671486f02f4 /nova/pci
parent97c05f5950d8fb00421eafd74b2c6262c344345c (diff)
downloadnova-a198da0b1ed2cb81cfa5a2a995bcd2cd5a25b768.tar.gz
pci: Remove unused 'all_devs' method
This public method is not used or needed. Change-Id: Iaa5fddbafe47a00d38c6861ab7298c4b5ede3195
Diffstat (limited to 'nova/pci')
-rw-r--r--nova/pci/manager.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/pci/manager.py b/nova/pci/manager.py
index 3decb431bc..c1891c583b 100644
--- a/nova/pci/manager.py
+++ b/nova/pci/manager.py
@@ -77,10 +77,6 @@ class PciDevTracker(object):
elif dev.status == fields.PciDeviceStatus.AVAILABLE:
self.stats.add_device(dev)
- @property
- def all_devs(self):
- return self.pci_devs
-
def save(self, context):
for dev in self.pci_devs:
if dev.obj_what_changed():