aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/os/mac/xcode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/os/mac/xcode.rb')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 4ab863a5d..8e51fc6b6 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -36,11 +36,6 @@ module OS
version < minimum_version
end
- def prerelease?
- # TODO: bump to version >= "8.4" after Xcode 8.3 is stable.
- Version.new(version) >= "8.3"
- end
-
def outdated?
Version.new(version) < latest_version
end