diff options
| author | Jack Nagel | 2014-04-21 18:51:43 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-21 18:51:43 -0500 |
| commit | e0e4e44c591a4e4960760e46d5be74fc785a71b3 (patch) | |
| tree | ae0c14234a46443541df83407b769822bdf67919 /Library/Homebrew/os | |
| parent | 92d068e194afd7b415ead31529069af63826c1f1 (diff) | |
| download | homebrew-e0e4e44c591a4e4960760e46d5be74fc785a71b3.tar.bz2 | |
Remove comments that no longer reflect any adjacent code
Diffstat (limited to 'Library/Homebrew/os')
| -rw-r--r-- | Library/Homebrew/os/mac.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/os/mac.rb b/Library/Homebrew/os/mac.rb index f1e3b2a2e..ff7fd0c0a 100644 --- a/Library/Homebrew/os/mac.rb +++ b/Library/Homebrew/os/mac.rb @@ -58,13 +58,10 @@ module OS @dev_tools_path ||= if tools_in_prefix? CLT::MAVERICKS_PKG_PATH Pathname.new "#{CLT::MAVERICKS_PKG_PATH}/usr/bin" elsif tools_in_prefix? "/" - # probably a safe enough assumption (the unix way) Pathname.new "/usr/bin" elsif not (make_path = `/usr/bin/xcrun -find make 2>/dev/null`).empty? - # Note that the exit status of system "xcrun foo" isn't always accurate Pathname.new(make_path.chomp).dirname elsif File.exist? "#{Xcode.prefix}/usr/bin/make" - # cc stopped existing with Xcode 4.3, there are c89 and c99 options though Pathname.new "#{Xcode.prefix}/usr/bin" end end |
