mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -12,8 +12,6 @@ if test "$UNAME_OS" = 'CYGWIN' || \
|
||||
fi
|
||||
fi
|
||||
|
||||
exitcode=0
|
||||
|
||||
tmpdir=
|
||||
clean () {
|
||||
if [ -n "$tmpdir" ] && [ -d "$tmpdir" ]; then
|
||||
|
||||
Reference in New Issue
Block a user