summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tool/make-snapshot')
-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|