aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-04-15 09:38:24 -0500
committerJack Nagel2014-04-15 09:49:01 -0500
commit2d8d7184f6317bd8ad56382eec292a1360815a5e (patch)
treebf7ddbebffc2299bf061c40f0ec1a2177ae5b157
parent5883f1675d71c09a722343ef3f71280c246bc1bb (diff)
downloadbrew-2d8d7184f6317bd8ad56382eec292a1360815a5e.tar.bz2
Remove dead constant
-rw-r--r--Library/Homebrew/os/mac/xcode.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index 0c142b973..5f5069b23 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -6,7 +6,6 @@ module OS
V4_BUNDLE_ID = "com.apple.dt.Xcode"
V3_BUNDLE_ID = "com.apple.Xcode"
V4_BUNDLE_PATH = Pathname.new("/Applications/Xcode.app")
- V3_BUNDLE_PATH = Pathname.new("/Developer/Applications/Xcode.app")
# Locate the "current Xcode folder" via xcode-select. See:
# man xcode-select