aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-09 07:20:14 -0700
committerAdam Vandenberg2012-08-09 07:20:14 -0700
commit5f5a1eb176e2d2d62404e42d548f0ae383289be7 (patch)
treeae7c5075e25c5c5fe499fc2b306f97f447e74bcd
parentf53ac840dac271aa187e3ef91e6977d816b97ad9 (diff)
downloadhomebrew-5f5a1eb176e2d2d62404e42d548f0ae383289be7.tar.bz2
options: remove duplicate function
-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