aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-18 14:46:32 -0500
committerJack Nagel2014-03-18 14:46:43 -0500
commitdfbf0e510fc169844f704ea2b425e0a6d444bc9e (patch)
treef87ba1d46b8af0c48134510dc196bdc6dea8554b /Library
parent7f74045261936a88ac13566f8baa9120da805ce9 (diff)
downloadhomebrew-dfbf0e510fc169844f704ea2b425e0a6d444bc9e.tar.bz2
Remove redundant method
This already happens in the superclass.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/patch.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/patch.rb b/Library/Homebrew/patch.rb
index 28d2946b2..ff7c6b33a 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