Remove method that duplicates superclass implementation

This commit is contained in:
Jack Nagel 2014-12-06 12:29:15 -05:00
parent f189454328
commit 62c1c61ec2

View File

@ -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