[master:blivet] Get rid of partedFlags field.

Vratislav Podzimek vpodzime at redhat.com
Mon Jul 14 13:39:11 UTC 2014


On Mon, 2014-07-14 at 07:46 -0400, mulhern wrote:
> 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
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list