From e0c1f5aef69470ed70ba4ec352e187b7ecc9b46d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 18 Mar 2014 14:46:32 -0500 Subject: [PATCH] Remove redundant method This already happens in the superclass. --- Library/Homebrew/patch.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/Homebrew/patch.rb b/Library/Homebrew/patch.rb index 28d2946b20..ff7c6b33a6 100644 --- a/Library/Homebrew/patch.rb +++ b/Library/Homebrew/patch.rb @@ -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