[blivet:master 03/26] Remove DMRaidArrayDevice.members property.

mulhern amulhern at redhat.com
Thu May 29 18:47:21 UTC 2014


It seems to be entirely unused since ContainerDevice class was introduced.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/devices.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/blivet/devices.py b/blivet/devices.py
index cdd0642..f13ba8a 100644
--- a/blivet/devices.py
+++ b/blivet/devices.py
@@ -3814,10 +3814,6 @@ class DMRaidArrayDevice(DMDevice, ContainerDevice):
         return self._raidSet
 
     @property
-    def members(self):
-        return self.parents
-
-    @property
     def devices(self):
         """ Return a list of this array's member device instances. """
         return self.parents
-- 
1.8.3.1



More information about the anaconda-patches mailing list