Procházet zdrojové kódy

Remove the unused "exitcode" variable from test_rebind.sh

Fixes a shellcheck issue; closes ticket 30964.  No user-visible
change.
Nick Mathewson před 6 roky
rodič
revize
4bac6b6e7d
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      src/test/test_rebind.sh

+ 0 - 2
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