diff --git a/Library/Homebrew/livecheck/strategy.rbi b/Library/Homebrew/livecheck/strategy.rbi deleted file mode 100644 index 218530f2c3..0000000000 --- a/Library/Homebrew/livecheck/strategy.rbi +++ /dev/null @@ -1,9 +0,0 @@ -# typed: strict - -module Homebrew - module Livecheck - module Strategy - include Kernel - end - end -end