diff options
| author | Jack Nagel | 2012-07-08 10:47:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-08 10:47:57 -0500 |
| commit | 75a60e5104702c8e65d6922cffec6828dc872f48 (patch) | |
| tree | ac73073002edd6a0cfce642961a2eec9d9a91557 | |
| parent | c2f05cfb711401a498d494e9dcc90016e9b168a7 (diff) | |
| download | brew-75a60e5104702c8e65d6922cffec6828dc872f48.tar.bz2 | |
fetch: remove dead code
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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}" |
