aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/download_strategy.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-06 12:29:15 -0500
committerJack Nagel2014-12-06 15:02:49 -0500
commitd813476909c97936858695daedcd08e4e2948b6c (patch)
treef89abd2a1009e5cc9b565d170c12b9163881bfec /Library/Homebrew/download_strategy.rb
parent73720e1438c27634129f8953c833026ac3c8baaa (diff)
downloadhomebrew-d813476909c97936858695daedcd08e4e2948b6c.tar.bz2
Remove method that duplicates superclass implementation
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
-rw-r--r--Library/Homebrew/download_strategy.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb
index 417fb5562..09aaeef3d 100644
--- a/Library/Homebrew/download_strategy.rb
+++ b/Library/Homebrew/download_strategy.rb
@@ -794,10 +794,6 @@ class FossilDownloadStrategy < VCSDownloadStrategy
"fossil"
end
- def repo_valid?
- true
- end
-
def clone_repo
url = @url.sub(%r[^fossil://], "")
safe_system fossilpath, "clone", url, @clone