diff options
| author | Jack Nagel | 2013-06-20 16:36:01 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-20 16:37:34 -0500 |
| commit | 8759803f4fcc3379f295fe1cf17176ce4662eacf (patch) | |
| tree | b8a6b1d003ac0507076fb09d1e91b7948aa21a0e /Library | |
| parent | 9dc6e4b06819fff617f50e6d04c45f8126433193 (diff) | |
| download | homebrew-8759803f4fcc3379f295fe1cf17176ce4662eacf.tar.bz2 | |
Remove unused accessor
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index c981ee3c0..6f642ce90 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -696,7 +696,7 @@ class Formula # The methods below define the formula DSL. class << self - attr_rw :homepage, :keg_only_reason, :skip_clean_all, :cc_failures + attr_rw :homepage, :keg_only_reason, :cc_failures attr_rw :plist_startup, :plist_manual Checksum::TYPES.each do |cksum| |
