ソースを参照

Remove the unused "exitcode" variable from test_rebind.sh

Fixes a shellcheck issue; closes ticket 30964.  No user-visible
change.
Nick Mathewson 5 年 前
コミット
4bac6b6e7d
1 ファイル変更0 行追加2 行削除
  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