mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
make-snapshot: unused variables
* tool/make-snapshot (package): remove variables no longer used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f67864636d
commit
26db9bb27c
1 changed files with 0 additions and 2 deletions
|
@ -322,8 +322,6 @@ revisions.collect {|rev| package(rev, destdir)}.flatten.each do |name|
|
|||
next
|
||||
end
|
||||
str = open(name, "rb") {|f| f.read}
|
||||
md5 = Digest::MD5.hexdigest str
|
||||
sha = Digest::SHA256.hexdigest str
|
||||
puts "* #{name}"
|
||||
puts " SIZE: #{str.bytesize} bytes"
|
||||
DIGESTS.each do |alg|
|
||||
|
|
Loading…
Add table
Reference in a new issue