diff options
| author | Jack Nagel | 2014-04-15 09:38:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-15 09:49:01 -0500 |
| commit | 3ddff97b5a2f53495e70318c1aa44fb85d25d864 (patch) | |
| tree | 2c2f2eb8294fb30ab0c0f8f46e5c44760ebcc107 /Library | |
| parent | 7e4358f443b015547eec3927af3cf84c2ca00f52 (diff) | |
| download | homebrew-3ddff97b5a2f53495e70318c1aa44fb85d25d864.tar.bz2 | |
Remove dead constant
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/os/mac/xcode.rb | 1 |
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 |
