aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/options.rb
diff options
context:
space:
mode:
authorJack Nagel2014-08-13 11:09:57 -0500
committerJack Nagel2014-08-13 11:09:57 -0500
commit094c184b12b29c5978b3c669352991650fcba313 (patch)
treedfd889228e9bd47e59e5270655d53bd748572c48 /Library/Homebrew/options.rb
parenta980938773f066713fcad50c9100157d056cefc2 (diff)
downloadbrew-094c184b12b29c5978b3c669352991650fcba313.tar.bz2
Remove unused branches from Options.coerce
Diffstat (limited to 'Library/Homebrew/options.rb')
-rw-r--r--Library/Homebrew/options.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/options.rb b/Library/Homebrew/options.rb
index 6b982a405..86be67ea9 100644
--- a/Library/Homebrew/options.rb
+++ b/Library/Homebrew/options.rb
@@ -116,8 +116,6 @@ class Options
def self.coerce(arg)
case arg
- when self then arg
- when Option then new << arg
when Array
opts = new
arg.each do |a|