[master 3/3] Remove a pointless override.

mulkieran installerbot-noreply at redhat.com
Mon Mar 16 13:29:45 UTC 2015


From: mulhern <amulhern at redhat.com>

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

diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
index d9435c1..fa9e505 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -1330,7 +1330,6 @@ class HFSPlus(FS):
 class MacEFIFS(HFSPlus):
     _type = "macefi"
     _name = N_("Linux HFS+ ESP")
-    _labelfs = fslabeling.HFSPlusLabeling()
     _udevTypes = []
     _minSize = Size("50 MiB")
 


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/a14699c29de029d2265486708e733bb05609fed7


More information about the anaconda-patches mailing list