summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-13 15:47:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-13 15:47:31 +0000
commit26db9bb27cec89d9b9bb52ada711bdadbaa83256 (patch)
tree12a0a162d70e37cbcc9546e76a1000861138e038 /tool
parentf67864636ddc33ce45cbdb7bb2d75fabca2d2dbb (diff)
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
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 0414c1a528..262cdc8103 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -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|