diff options
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 192302921..e2235cdcd 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -188,9 +188,7 @@ def check_for_stray_las end def check_for_stray_headers - white_list = { - "osxfuse/*" => "OSXFuse", - } + white_list = {} # TODO whitelist MacFuse/OSXFuse headers __check_stray_files "/usr/local/include", "**/*.h", white_list, <<-EOS.undent Unbrewed header files were found in /usr/local/include. |
