Skip to content

Commit

Permalink
Remove a pointless override.
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Mar 16, 2015
1 parent 7f42f97 commit a14699c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blivet/formats/fs.py
Expand Up @@ -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")

Expand Down

0 comments on commit a14699c

Please sign in to comment.