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.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Homebrew/build_options.rb b/Library/Homebrew/build_options.rb
index 8ea321772..28fbb959c 100644
--- a/Library/Homebrew/build_options.rb
+++ b/Library/Homebrew/build_options.rb
@@ -20,17 +20,6 @@ class BuildOptions
@args = other.args.dup
end
- def add(name, description)
- description ||= case name
- when "universal" then "Build a universal binary"
- when "32-bit" then "Build 32-bit only"
- when "c++11" then "Build using C++11 mode"
- else ""
- end
-
- @options << Option.new(name, description)
- end
-
def empty?
@options.empty?
end