From ac181fb3516bcdbea57c9eaf140d781ed1a730af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Fri, 12 Apr 2019 16:34:51 +0100 Subject: [PATCH] Remove dead comment --- src/lib/y2partitioner/actions/controllers/filesystem.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lib/y2partitioner/actions/controllers/filesystem.rb b/src/lib/y2partitioner/actions/controllers/filesystem.rb index c993c6add3..bf36816501 100644 --- a/src/lib/y2partitioner/actions/controllers/filesystem.rb +++ b/src/lib/y2partitioner/actions/controllers/filesystem.rb @@ -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)