Message ID | 1468500214-6237-4-git-send-email-jtulak@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/check b/check index ef6bd47..58d8869 100755 --- a/check +++ b/check @@ -554,7 +554,6 @@ for section in $HOST_OPTIONS_SECTIONS; do if [ -f $full_seq ] \ && [ x$(echo $bname | grep -o "^$VALID_TEST_ID") != x ]; then seq=$full_seq - seqnum=${full_seq#*/} fi fi
After the previous patch moved few lines of code, one seqnum assignment is now immediately overwritten by another. Remove the useless one. Signed-off-by: Jan Tulak <jtulak@redhat.com> --- check | 1 - 1 file changed, 1 deletion(-)