From d813476909c97936858695daedcd08e4e2948b6c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 6 Dec 2014 12:29:15 -0500 Subject: Remove method that duplicates superclass implementation --- Library/Homebrew/download_strategy.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library/Homebrew/download_strategy.rb') 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 -- cgit v1.2.3