Remove bitdefender diagnostic check

This shows up in `brew doctor` but hasn't been
reported as a problem by users in 3+ years.
This commit is contained in:
apainintheneck 2022-12-28 10:45:29 -08:00
parent 1a21c7e7ef
commit b6f9b7d3e0

View File

@ -364,19 +364,6 @@ module Homebrew
end end
end end
def check_for_bitdefender
if !Pathname("/Library/Bitdefender/AVP/EndpointSecurityforMac.app").exist? &&
!Pathname("/Library/Bitdefender/AVP/BDLDaemon").exist?
return
end
<<~EOS
You have installed Bitdefender. The "Traffic Scan" option interferes with
Homebrew's ability to download packages. See:
#{Formatter.url("https://github.com/Homebrew/brew/issues/5558")}
EOS
end
def check_for_multiple_volumes def check_for_multiple_volumes
return unless HOMEBREW_CELLAR.exist? return unless HOMEBREW_CELLAR.exist?