summaryrefslogtreecommitdiffstats
path: root/sys-utils
diff options
context:
space:
mode:
authorKarel Zak2013-03-27 15:01:41 +0100
committerKarel Zak2013-03-27 15:01:41 +0100
commite36aad2139c0b7ccc7b44645e6cadb97062d42fd (patch)
treee79a47380668ea0711b55839682a9ee8b74b894c /sys-utils
parentsulogin: don't run if not found passww entry [coverity scan] (diff)
downloadkernel-qcow2-util-linux-e36aad2139c0b7ccc7b44645e6cadb97062d42fd.tar.gz
kernel-qcow2-util-linux-e36aad2139c0b7ccc7b44645e6cadb97062d42fd.tar.xz
kernel-qcow2-util-linux-e36aad2139c0b7ccc7b44645e6cadb97062d42fd.zip
lscpu: remove dead code [coverity scan]
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils')
-rw-r--r--sys-utils/lscpu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c
index b4fe02dd6..a8a14309d 100644
--- a/sys-utils/lscpu.c
+++ b/sys-utils/lscpu.c
@@ -1324,9 +1324,7 @@ int main(int argc, char *argv[])
case 'h':
usage(stdout);
case 'p':
- goto hop_over;
case 'e':
- hop_over:
if (optarg) {
if (*optarg == '=')
optarg++;