From 9bd507b7be9effd0f373d2ae39401530d922c20b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 8 Oct 2013 23:55:02 -0500 Subject: [PATCH] Remove unused variable --- Library/Homebrew/cmd/doctor.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index c31ac480fd..f4b2d7bccf 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