소스 검색

Remove the unused "exitcode" variable from test_rebind.sh

Fixes a shellcheck issue; closes ticket 30964.  No user-visible
change.
Nick Mathewson 6 년 전
부모
커밋
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