[master:blivet] Get rid of partedFlags field.

mulhern amulhern at redhat.com
Mon Jul 14 11:46:09 UTC 2014


It is unused, and it looks like its last use was removed in anaconda commit
b6427940cfd2de348e70f86d729e1812a46d45e5.

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

diff --git a/blivet/devices.py b/blivet/devices.py
index c3da7f6..a0f8f56 100644
--- a/blivet/devices.py
+++ b/blivet/devices.py
@@ -1325,7 +1325,6 @@ class PartitionDevice(StorageDevice):
         # FIXME: Validate partType, but only if this is a new partition
         #        Otherwise, overwrite it with the partition's type.
         self._partType = None
-        self.partedFlags = {}
         self._partedPartition = None
         self._origPath = None
         self._currentSize = 0
-- 
1.9.3



More information about the anaconda-patches mailing list