From a4271fdad1ce78b398290db76320c0a8b608323d Mon Sep 17 00:00:00 2001 From: Daiki Mizukami Date: Sat, 8 Jun 2024 07:58:57 +0900 Subject: [PATCH] Apply suggestions from code review https://github.com/Homebrew/brew/pull/17373#pullrequestreview-2104523770 Co-authored-by: Mike McQuaid --- Library/Homebrew/utils/cp.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Library/Homebrew/utils/cp.rb b/Library/Homebrew/utils/cp.rb index e091103f51..a6f5b1cfd6 100644 --- a/Library/Homebrew/utils/cp.rb +++ b/Library/Homebrew/utils/cp.rb @@ -40,10 +40,8 @@ module Utils private - GENERIC_FLAGS = [].freeze - def extra_flags - GENERIC_FLAGS + [].freeze end end end