commit 4bac6b6e7de55138927d075433754ba305bb2479
parent aec359ef6264881545d5ff313071722479ecb0de
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 24 Jun 2019 13:49:19 -0400
Remove the unused "exitcode" variable from test_rebind.sh
Fixes a shellcheck issue; closes ticket 30964. No user-visible
change.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh
@@ -12,8 +12,6 @@ if test "$UNAME_OS" = 'CYGWIN' || \
fi
fi
-exitcode=0
-
tmpdir=
clean () {
if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then