Skip to content

Commit c6121fe

Browse files
committed
fdisk: remove dead assignment [clang analyze]
Signed-off-by: Karel Zak <kzak@redhat.com>
1 parent 60ee341 commit c6121fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

disk-utils/fdisk-menu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@ static int dos_menu_cb(struct fdisk_context **cxt0,
797797

798798
fdisk_info(cxt, _("Leaving nested disklabel."));
799799
fdisk_unref_context(cxt);
800-
cxt = *cxt0;
801800
}
802801
break;
803802
}

0 commit comments

Comments
 (0)