[PATCH] maint: remove a FIXME comment
Jim Meyering
meyering at redhat.com
Thu May 27 09:59:22 UTC 2010
* parted/parted.c (do_align_check): The value returned
by this function is ignored in interactive mode, so remove
the FIXME comment.
---
parted/parted.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/parted/parted.c b/parted/parted.c
index 7723d18..45ae98c 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -2094,7 +2094,6 @@ do_align_check (PedDevice **dev)
ped_disk_destroy (disk);
- /* FIXME: perhaps we should always return 1 when in interactive mode??? */
return aligned ? 1 : 0;
error_destroy_disk:
--
1.7.1.348.gb26ba
More information about the parted-devel
mailing list