aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_support.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb
index 6118441e2..c792e2dd3 100644
--- a/Library/Homebrew/formula_support.rb
+++ b/Library/Homebrew/formula_support.rb
@@ -200,10 +200,6 @@ class BuildOptions
@args.include? '--' + name
end
- def using? name
- @args.include? '--' + name
- end
-
def head?
@args.flag? '--HEAD'
end