Merge pull request #12969 from hyuraku/remove_useless_attr_writer

This commit is contained in:
Mike McQuaid 2022-03-10 17:36:47 +00:00 committed by GitHub
commit ff73e880cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,9 +41,6 @@ class FormulaInstaller
attr_predicate :force_bottle?, :ignore_deps?, :only_deps?, :interactive?, :git?, :force?, :overwrite?, :keep_tmp? attr_predicate :force_bottle?, :ignore_deps?, :only_deps?, :interactive?, :git?, :force?, :overwrite?, :keep_tmp?
attr_predicate :verbose?, :debug?, :quiet? attr_predicate :verbose?, :debug?, :quiet?
# TODO: Remove when removed from `test-bot`.
attr_writer :build_bottle
def initialize( def initialize(
formula, formula,
link_keg: false, link_keg: false,