Remove the unused "exitcode" variable from test_rebind.sh

Fixes a shellcheck issue; closes ticket 30964.  No user-visible
change.
This commit is contained in:
Nick Mathewson
2019-06-24 13:49:19 -04:00
parent aec359ef62
commit 4bac6b6e7d
-2
View File
@@ -12,8 +12,6 @@ if test "$UNAME_OS" = 'CYGWIN' || \
fi
fi
exitcode=0
tmpdir=
clean () {
if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then