From 6418ac7b4d520440695d9cc29ee132058d631cda Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Thu, 4 Sep 2025 17:56:59 -0400 Subject: [PATCH] development_tools: remove outdated comment Co-authored-by: Mike McQuaid --- Library/Homebrew/extend/os/linux/development_tools.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/extend/os/linux/development_tools.rb b/Library/Homebrew/extend/os/linux/development_tools.rb index cb3e4f5898..2ab9898841 100644 --- a/Library/Homebrew/extend/os/linux/development_tools.rb +++ b/Library/Homebrew/extend/os/linux/development_tools.rb @@ -42,7 +42,6 @@ module OS @needs_libc_formula ||= OS::Linux::Glibc.below_ci_version? end - # Keep this method around for now to make it easier to add this functionality later. sig { returns(Pathname) } def host_gcc_path # Prioritise versioned path if installed