aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 453a06ef7..2e072afff 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -77,10 +77,6 @@ class Formula
installed_prefix.children.length > 0 rescue false
end
- def explicitly_requested?
- ARGV.formulae.include?(self) rescue false
- end
-
def linked_keg
HOMEBREW_REPOSITORY/'Library/LinkedKegs'/@name
end