aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2013-10-08 23:55:02 -0500
committerJack Nagel2013-10-08 23:58:48 -0500
commit9bd507b7be9effd0f373d2ae39401530d922c20b (patch)
tree0a033ac7b9e78bd384a908cb971b0a1939e6ad34 /Library/Homebrew
parent051061827cbcbcf26f77b01efa41347bde3933fa (diff)
downloadbrew-9bd507b7be9effd0f373d2ae39401530d922c20b.tar.bz2
Remove unused variable
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index c31ac480f..f4b2d7bcc 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -419,14 +419,12 @@ end
def check_user_path_1
$seen_prefix_bin = false
$seen_prefix_sbin = false
- seen_usr_bin = false
out = nil
paths.each do |p|
case p
when '/usr/bin'
- seen_usr_bin = true
unless $seen_prefix_bin
# only show the doctor message if there are any conflicts
# rationale: a default install should not trigger any brew doctor messages