diff options
| author | Adam Vandenberg | 2012-08-09 07:20:14 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-09 07:20:14 -0700 |
| commit | 5f5a1eb176e2d2d62404e42d548f0ae383289be7 (patch) | |
| tree | ae7c5075e25c5c5fe499fc2b306f97f447e74bcd | |
| parent | f53ac840dac271aa187e3ef91e6977d816b97ad9 (diff) | |
| download | homebrew-5f5a1eb176e2d2d62404e42d548f0ae383289be7.tar.bz2 | |
options: remove duplicate function
| -rw-r--r-- | Library/Homebrew/formula_support.rb | 4 |
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 |
