Skip to content
Snippets Groups Projects
Commit ec75ca7e authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

extend/os/mac/diagnostic: remove redundant method

Remove an exact duplicate from further up in the same file. (It was
accidentally added in 8a582f2b.)
parent 28429106
No related branches found
No related tags found
No related merge requests found
......@@ -271,21 +271,6 @@ module Homebrew
EOS
end
def check_for_other_package_managers
ponk = MacOS.macports_or_fink
return if ponk.empty?
<<-EOS.undent
You have MacPorts or Fink installed:
#{ponk.join(", ")}
This can cause trouble. You don't have to uninstall them, but you may want to
temporarily move them out of the way, e.g.
sudo mv /opt/local ~/macports
EOS
end
def check_xcode_license_approved
# If the user installs Xcode-only, they have to approve the
# license or no "xc*" tool will work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment