diff options
| author | Jack Nagel | 2014-03-18 14:46:32 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-18 14:46:43 -0500 |
| commit | e0c1f5aef69470ed70ba4ec352e187b7ecc9b46d (patch) | |
| tree | 869d7077f907cd2c792387ca1cf9fe30234d80e2 /Library/Homebrew/patch.rb | |
| parent | 7af46a5ed0723f2860e34435581c495c55973966 (diff) | |
| download | brew-e0c1f5aef69470ed70ba4ec352e187b7ecc9b46d.tar.bz2 | |
Remove redundant method
This already happens in the superclass.
Diffstat (limited to 'Library/Homebrew/patch.rb')
| -rw-r--r-- | Library/Homebrew/patch.rb | 5 |
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 |
