summaryrefslogtreecommitdiffstats
path: root/libmount/src/context_mount.c
diff options
context:
space:
mode:
authorSami Kerola2016-07-03 21:13:42 +0200
committerSami Kerola2016-07-21 22:14:33 +0200
commit445e9ca2d408b9936f101272b8f4cf87fb37609e (patch)
treea1a8aa333e202a95de6da791dfc9b2c446807041 /libmount/src/context_mount.c
parentsyspriv: flip inverted logic [oclint] (diff)
downloadkernel-qcow2-util-linux-445e9ca2d408b9936f101272b8f4cf87fb37609e.tar.gz
kernel-qcow2-util-linux-445e9ca2d408b9936f101272b8f4cf87fb37609e.tar.xz
kernel-qcow2-util-linux-445e9ca2d408b9936f101272b8f4cf87fb37609e.zip
libmount, look: remove dead code [oclint]
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'libmount/src/context_mount.c')
-rw-r--r--libmount/src/context_mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c
index 7e5128b79..91611efcd 100644
--- a/libmount/src/context_mount.c
+++ b/libmount/src/context_mount.c
@@ -566,7 +566,6 @@ int mnt_context_mount_setopt(struct libmnt_context *cxt, int c, char *arg)
break;
default:
return 1;
- break;
}
return rc;