From 8759803f4fcc3379f295fe1cf17176ce4662eacf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 20 Jun 2013 16:36:01 -0500 Subject: Remove unused accessor --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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| -- cgit v1.2.3