aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-09 07:20:14 -0700
committerAdam Vandenberg2012-08-09 07:20:14 -0700
commitdbe460ef04ddc8b043988879730414e31600db53 (patch)
tree5afdd60e6078338c5cfe54f2c57f4a4c2fcf773f /Library
parentd1d52b3467d0b20e99c240247ef01005c49cb62b (diff)
downloadbrew-dbe460ef04ddc8b043988879730414e31600db53.tar.bz2
options: remove duplicate function
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