aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-10-10 20:30:29 -0500
committerJack Nagel2014-10-10 20:30:29 -0500
commitb3ed5a367df7e551f5e3b30cb140486fa56ff3c7 (patch)
treef2c19716af4aea55e38e0f8c7b3fdff5f752d8b5
parenta6df8785d8e51a1b4a916bfb1e555b253aa9cbfd (diff)
downloadbrew-b3ed5a367df7e551f5e3b30cb140486fa56ff3c7.tar.bz2
Remove redundant comments
-rw-r--r--Library/Homebrew/formula.rb2
-rw-r--r--Library/Homebrew/resource.rb1
2 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 840d4937d..c0fb1d3e6 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -473,12 +473,10 @@ class Formula
end
- # For brew-fetch and others.
def fetch
active_spec.fetch
end
- # For FormulaInstaller.
def verify_download_integrity fn
active_spec.verify_download_integrity(fn)
end
diff --git a/Library/Homebrew/resource.rb b/Library/Homebrew/resource.rb
index 97dcdf976..0866fa622 100644
--- a/Library/Homebrew/resource.rb
+++ b/Library/Homebrew/resource.rb
@@ -77,7 +77,6 @@ class Resource
Partial.new(self, files)
end
- # For brew-fetch and others.
def fetch
# Ensure the cache exists
HOMEBREW_CACHE.mkpath