aboutsummaryrefslogtreecommitdiffstats
path: root/check
diff options
context:
space:
mode:
authorJan Tulak <jtulak@redhat.com>2016-07-14 14:43:31 +0200
committerEryu Guan <eguan@redhat.com>2016-07-18 16:55:04 +0800
commit27daf0cce4a28b30ccaa1f577d742ab09641cad7 (patch)
tree1023cbee59127dc961d2d0987aa941fd0caab364 /check
parent1fd02fd4ceb7ea779e9f42a1251f5e606dd53ab3 (diff)
downloadxfstests-dev-27daf0cce4a28b30ccaa1f577d742ab09641cad7.tar.gz
check: remove unused variable
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> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/check b/check
index f6a2c7b472..9fbc305e90 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