Remove unused accessor

This commit is contained in:
Jack Nagel 2013-06-20 16:36:01 -05:00
parent d8756075f4
commit 3ab28ff9ad

View File

@ -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|