Skip to content

Commit

Permalink
Remove unused variable SHA256.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Sep 27, 2023
1 parent a6fe714 commit 60e10e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,6 @@ test "$verbose" && echo " Running tar..." 1>&2
(cd "$tmpdir" && exec tar -ch --exclude-vcs -f "$HDF5_VERS.tar" "./$HDF5_IN_VERS" || exit 1 )

# Compress
#SHA256=$HDF5_VERS.sha256
cp /dev/null $DEST/$SHA256
for comp in $methods; do
case $comp in
tar)
Expand Down

0 comments on commit 60e10e8

Please sign in to comment.