From b6f9b7d3e05ebf983df6f6a190ca3e594d3fbbb3 Mon Sep 17 00:00:00 2001 From: apainintheneck Date: Wed, 28 Dec 2022 10:45:29 -0800 Subject: [PATCH] Remove bitdefender diagnostic check This shows up in `brew doctor` but hasn't been reported as a problem by users in 3+ years. --- Library/Homebrew/extend/os/mac/diagnostic.rb | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Library/Homebrew/extend/os/mac/diagnostic.rb b/Library/Homebrew/extend/os/mac/diagnostic.rb index 55de9f4bdf..97350b4a89 100644 --- a/Library/Homebrew/extend/os/mac/diagnostic.rb +++ b/Library/Homebrew/extend/os/mac/diagnostic.rb @@ -364,19 +364,6 @@ module Homebrew 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?