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

mulhern amulhern at redhat.com
Sat May 17 18:50:48 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 86c869e..170b6ca 100644
--- a/blivet/devices.py
+++ b/blivet/devices.py
@@ -3722,10 +3722,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