1
0
Fork 0
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:
nobu 2014-05-13 15:47:31 +00:00
parent f67864636d
commit 26db9bb27c

View file

@ -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|