diff options
| author | Jack Nagel | 2012-07-08 10:47:57 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-07-08 10:47:57 -0500 | 
| commit | ed975b1280d907afb5996b77386b07a8494130ba (patch) | |
| tree | c95985b9487b95dd4f9628b5e397fb23aa3ecb98 /Library/Homebrew/cmd/fetch.rb | |
| parent | d98c697998653d89383bdcf57574f243705f23c4 (diff) | |
| download | homebrew-ed975b1280d907afb5996b77386b07a8494130ba.tar.bz2 | |
fetch: remove dead code
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd/fetch.rb')
| -rw-r--r-- | Library/Homebrew/cmd/fetch.rb | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/Library/Homebrew/cmd/fetch.rb b/Library/Homebrew/cmd/fetch.rb index 42a7199b5..986c6e39c 100644 --- a/Library/Homebrew/cmd/fetch.rb +++ b/Library/Homebrew/cmd/fetch.rb @@ -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}" | 
