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@xxxxxxxxxx> --- check | 1 - 1 file changed, 1 deletion(-) 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 -- 2.5.5 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html