Remove redundant method

This already happens in the superclass.
This commit is contained in:
Jack Nagel 2014-03-18 14:46:32 -05:00
parent 7af46a5ed0
commit e0c1f5aef6

View File

@ -139,11 +139,6 @@ class LegacyPatch < ExternalPatch
resource.download_strategy = CurlDownloadStrategy
end
def owner= owner
super
resource.version = ERB::Util.url_encode(resource.url)
end
def fetch
clear_cache
super