diff options
| author | Jack Nagel | 2013-04-08 00:27:40 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-08 00:27:47 -0500 |
| commit | cdf99a0afa403642949d17c8914da383743decbc (patch) | |
| tree | d1db1620070bb5e0477f0b7bfff14dcdc92bd8c5 | |
| parent | 1adacdfdeede6ef6fd14aa3ef47a12222d00c299 (diff) | |
| download | homebrew-cdf99a0afa403642949d17c8914da383743decbc.tar.bz2 | |
Remove dead code
This is initialized in #initialize.
| -rw-r--r-- | Library/Homebrew/formula_support.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index 9aa635808..8b216db66 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -60,7 +60,6 @@ class SoftwareSpec end def mirror val - @mirrors ||= [] @mirrors << val end end |
