aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-06-20 16:36:01 -0500
committerJack Nagel2013-06-20 16:37:34 -0500
commit8759803f4fcc3379f295fe1cf17176ce4662eacf (patch)
treeb8a6b1d003ac0507076fb09d1e91b7948aa21a0e /Library
parent9dc6e4b06819fff617f50e6d04c45f8126433193 (diff)
downloadhomebrew-8759803f4fcc3379f295fe1cf17176ce4662eacf.tar.bz2
Remove unused accessor
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
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|