aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/brew.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Homebrew/brew.rb b/Library/Homebrew/brew.rb
index 0244be621..2deba9a51 100644
--- a/Library/Homebrew/brew.rb
+++ b/Library/Homebrew/brew.rb
@@ -11,13 +11,6 @@ if ARGV == %w[--version] || ARGV == %w[-v]
exit 0
end
-if OS.mac? && MacOS.version < "10.6"
- abort <<-EOABORT.undent
- Homebrew requires Snow Leopard or higher. For Tiger and Leopard support, see:
- https://github.com/mistydemeo/tigerbrew
- EOABORT
-end
-
def require?(path)
require path
rescue LoadError => e