From d8de0955301dc683d93fc56baa15293a112981a8 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Sun, 27 May 2012 21:44:07 +0200 Subject: [PATCH] fdisk: remove useless comments Signed-off-by: Davidlohr Bueso --- fdisk/fdisk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c index b304fe3203..3e15b6b8fc 100644 --- a/fdisk/fdisk.c +++ b/fdisk/fdisk.c @@ -1887,7 +1887,7 @@ expert_command_prompt(struct fdisk_context *cxt) verify(); break; case 'w': - write_table(cxt); /* does not return */ + write_table(cxt); break; case 'y': if (disklabel == SUN_LABEL) @@ -2084,7 +2084,7 @@ static void command_prompt(struct fdisk_context *cxt) verify(); break; case 'w': - write_table(cxt); /* does not return */ + write_table(cxt); break; case 'x': expert_command_prompt(cxt); -- 2.47.3