aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/fetch.rb
diff options
context:
space:
mode:
authorJack Nagel2012-07-08 10:47:57 -0500
committerJack Nagel2012-07-08 10:47:57 -0500
commit75a60e5104702c8e65d6922cffec6828dc872f48 (patch)
treeac73073002edd6a0cfce642961a2eec9d9a91557 /Library/Homebrew/cmd/fetch.rb
parentc2f05cfb711401a498d494e9dcc90016e9b168a7 (diff)
downloadbrew-75a60e5104702c8e65d6922cffec6828dc872f48.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.rb4
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}"