[blivet 09/13] Removed mdraid.raid_levels

mulhern amulhern at redhat.com
Tue Nov 26 18:47:14 UTC 2013


It is now entirely unused.

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

diff --git a/blivet/devicelibs/mdraid.py b/blivet/devicelibs/mdraid.py
index de76d3f..2696eba 100644
--- a/blivet/devicelibs/mdraid.py
+++ b/blivet/devicelibs/mdraid.py
@@ -57,8 +57,6 @@ RAID4 = _RAID_levels.raidLevel(4).number
 RAID1 = _RAID_levels.raidLevel(1).number
 RAID0 = _RAID_levels.raidLevel(0).number
 
-raid_levels = [ RAID0, RAID1, RAID4, RAID5, RAID6, RAID10 ]
-
 class MDCONTAINER(object):
     name = "container"
     names = [name]
-- 
1.8.3.1



More information about the anaconda-patches mailing list