aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build_options.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/build_options.rb')
-rw-r--r--Library/Homebrew/build_options.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Homebrew/build_options.rb b/Library/Homebrew/build_options.rb
index 44b6440dc..d9020ecba 100644
--- a/Library/Homebrew/build_options.rb
+++ b/Library/Homebrew/build_options.rb
@@ -84,13 +84,6 @@ class BuildOptions
include?("c++11") && option_defined?("c++11")
end
- # True if a {Formula} is being built in 32-bit/x86 mode.
- # This is needed for some use-cases though we prefer to build Universal
- # when a 32-bit version is needed.
- def build_32_bit?
- include?("32-bit") && option_defined?("32-bit")
- end
-
# @private
def used_options
@options & @args