diff --git a/Library/Homebrew/macos_version.rbi b/Library/Homebrew/macos_version.rbi deleted file mode 100644 index d4fec019cb..0000000000 --- a/Library/Homebrew/macos_version.rbi +++ /dev/null @@ -1,5 +0,0 @@ -# typed: strict - -module MacOSVersionErrorCompat - include Kernel -end diff --git a/Library/Homebrew/os/mac/mach.rbi b/Library/Homebrew/os/mac/mach.rbi index 0fbefdff4c..7e38fd1dcb 100644 --- a/Library/Homebrew/os/mac/mach.rbi +++ b/Library/Homebrew/os/mac/mach.rbi @@ -1,7 +1,5 @@ # typed: strict module MachOShim - include Kernel - requires_ancestor { Pathname } end diff --git a/Library/Homebrew/rubocops/shared/helper_functions.rbi b/Library/Homebrew/rubocops/shared/helper_functions.rbi index be76e34a43..e6adcd194a 100644 --- a/Library/Homebrew/rubocops/shared/helper_functions.rbi +++ b/Library/Homebrew/rubocops/shared/helper_functions.rbi @@ -1,6 +1,5 @@ # typed: strict module RuboCop::Cop::HelperFunctions - include Kernel requires_ancestor { RuboCop::Cop::Base } end diff --git a/Library/Homebrew/utils/service.rbi b/Library/Homebrew/utils/service.rbi deleted file mode 100644 index 9211be719a..0000000000 --- a/Library/Homebrew/utils/service.rbi +++ /dev/null @@ -1,7 +0,0 @@ -# typed: strict - -module Utils - module Service - include Kernel - end -end