diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb index 55de9f4bdf3a2..97350b4a8969e 100644 --- a/Library/Homebrew/extend/os/mac/diagnostic.rb +++ b/Library/Homebrew/extend/os/mac/diagnostic.rb @@ -364,19 +364,6 @@ def check_for_iconv 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 return unless HOMEBREW_CELLAR.exist?