diff options
| author | Jack Nagel | 2013-06-20 16:36:01 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-20 16:37:34 -0500 |
| commit | 3ab28ff9ad712f2d235768c1375d361c44fe363b (patch) | |
| tree | 48caffe43da1fffa6b8f4c1d25e71935f7055532 /Library/Homebrew/formula.rb | |
| parent | d8756075f4e44fd4e431e39fbbe6ce5c85813f5f (diff) | |
| download | brew-3ab28ff9ad712f2d235768c1375d361c44fe363b.tar.bz2 | |
Remove unused accessor
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -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| |
