diff options
| author | Karel Zak <kzak@redhat.com> | 2015-07-29 13:57:28 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2015-07-29 13:57:28 +0200 |
| commit | e5161deefbf73f3c37637f943918c2a77efbe2b2 (patch) | |
| tree | cf659ecbc01b5909ee1a9c7a0f177767cfc72602 /disk-utils/fdisk-menu.c | |
| parent | 9380fbefa617212c1f4ee8941e14f763ee24d919 (diff) | |
| download | util-linux-e5161deefbf73f3c37637f943918c2a77efbe2b2.tar.gz | |
fdisk: value is never read [clang analyze]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/fdisk-menu.c')
| -rw-r--r-- | disk-utils/fdisk-menu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/disk-utils/fdisk-menu.c b/disk-utils/fdisk-menu.c index ea12ac74ee..a78eece91c 100644 --- a/disk-utils/fdisk-menu.c +++ b/disk-utils/fdisk-menu.c @@ -433,7 +433,6 @@ int process_fdisk_menu(struct fdisk_context **cxt0) return -EINVAL; } - rc = 0; DBG(MENU, ul_debug("selected: key=%c, entry='%s'", key, ent->title)); |
