aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-10 14:56:02 -0500
committerJack Nagel2014-03-10 14:56:02 -0500
commit2db33e73cdb2ab78db23db9c670cdbe285def368 (patch)
tree5bd3e15ac00109bd61242620aacfeefe36313142 /Library/Homebrew/formula.rb
parentb480589062f8452c92f4edfd60854cb3d5ecee9e (diff)
downloadhomebrew-2db33e73cdb2ab78db23db9c670cdbe285def368.tar.bz2
Remove used options check from install_bottle?
This is now handled by requiring that options are always passed to the installer explicitly.
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index f2ba1a235..71e2a730c 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -80,10 +80,6 @@ class Formula
end
end
- def default_build?
- self.class.build.used_options.empty?
- end
-
def determine_build_options
build = active_spec.build
options.each { |opt, desc| build.add(opt, desc) }