From ff54a799336ff99ee1a747a5248f3d7d18a6657a Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Mon, 7 Mar 2022 21:22:07 +0900 Subject: [PATCH] remove useless attr_writer --- Library/Homebrew/formula_installer.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 4ef138f5b0..288fc09eff 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -41,9 +41,6 @@ class FormulaInstaller attr_predicate :force_bottle?, :ignore_deps?, :only_deps?, :interactive?, :git?, :force?, :overwrite?, :keep_tmp? attr_predicate :verbose?, :debug?, :quiet? - # TODO: Remove when removed from `test-bot`. - attr_writer :build_bottle - def initialize( formula, link_keg: false,