aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os.rb
diff options
context:
space:
mode:
authorMike McQuaid2017-11-05 15:40:46 +0000
committerMike McQuaid2017-11-05 15:40:46 +0000
commit195f77abb0138b4c387ad6dd451ddf9c49152b26 (patch)
treeb5c04fec9bece24844bc6ec2ef5e69198168841c /Library/Homebrew/os.rb
parent603d6fd1f56a6edb37cbbc70cf1cbfe892455082 (diff)
downloadbrew-195f77abb0138b4c387ad6dd451ddf9c49152b26.tar.bz2
MACOS_*VERSION: move to compat.
Diffstat (limited to 'Library/Homebrew/os.rb')
-rw-r--r--Library/Homebrew/os.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/os.rb b/Library/Homebrew/os.rb
index 2867d8864..d35a49dd7 100644
--- a/Library/Homebrew/os.rb
+++ b/Library/Homebrew/os.rb
@@ -20,9 +20,6 @@ module OS
ISSUES_URL = "https://docs.brew.sh/Troubleshooting.html".freeze
end
PATH_OPEN = "/usr/bin/open".freeze
- # compatibility
- ::MACOS_FULL_VERSION = OS::Mac.full_version.to_s.freeze
- ::MACOS_VERSION = OS::Mac.version.to_s.freeze
elsif OS.linux?
ISSUES_URL = "https://github.com/Linuxbrew/brew/wiki/troubleshooting".freeze
PATH_OPEN = "xdg-open".freeze