aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/tab.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compat/tab.rb')
-rw-r--r--Library/Homebrew/compat/tab.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/compat/tab.rb b/Library/Homebrew/compat/tab.rb
index 2cf71c923..651bcf1e1 100644
--- a/Library/Homebrew/compat/tab.rb
+++ b/Library/Homebrew/compat/tab.rb
@@ -1,6 +1,5 @@
class Tab < OpenStruct
def build_32_bit?
- odeprecated "Tab.build_32_bit?"
- include?("32-bit")
+ odisabled "Tab.build_32_bit?"
end
end