diff options
| author | Jack Nagel | 2014-12-06 12:29:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-06 15:02:49 -0500 |
| commit | d813476909c97936858695daedcd08e4e2948b6c (patch) | |
| tree | f89abd2a1009e5cc9b565d170c12b9163881bfec /Library/Homebrew/download_strategy.rb | |
| parent | 73720e1438c27634129f8953c833026ac3c8baaa (diff) | |
| download | homebrew-d813476909c97936858695daedcd08e4e2948b6c.tar.bz2 | |
Remove method that duplicates superclass implementation
Diffstat (limited to 'Library/Homebrew/download_strategy.rb')
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 4 |
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 |
