Skip to content

Commit

Permalink
Remove dead comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Apr 12, 2019
1 parent a69c815 commit ac181fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib/y2partitioner/actions/controllers/filesystem.rb
Expand Up @@ -213,13 +213,6 @@ def new_filesystem(type)

# Makes the changes related to the option "do not format" in the UI, which
# implies removing any new filesystem or respecting the preexisting one.
#
# @note With the current implementation there is a corner case that
# doesn't work like the traditional expert partitioner. If a partition
# preexisting in the disk is edited (e.g. replacing the filesystem with a
# new one) and then we the user tries to edit it again, "do not format"
# will actually mean leaving the partition unformatted, not respecting the
# filesystem on the system.
def dont_format
return if filesystem.nil?
return unless new?(filesystem)
Expand Down

0 comments on commit ac181fb

Please sign in to comment.