fetch: remove dead code

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-07-08 10:47:57 -05:00
parent c2f05cfb71
commit 75a60e5104

View File

@ -27,10 +27,6 @@ module Homebrew extend self
the_tarball, _ = f.fetch
next unless the_tarball.kind_of? Pathname
previous_md5 = f.active_spec.md5.to_s.downcase
previous_sha1 = f.active_spec.sha1.to_s.downcase
previous_sha2 = f.active_spec.sha256.to_s.downcase
puts "Downloaded to: #{the_tarball}" unless already_downloaded
puts "MD5: #{the_tarball.md5}"
puts "SHA1: #{the_tarball.sha1}"