diff options
| author | Jack Nagel | 2014-05-22 21:23:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-22 21:23:58 -0500 |
| commit | 9c520fcfa73fc87bd493a4b746f67f5164c4f07b (patch) | |
| tree | 2c9c01edc7289bc98aa88d8f112b15b16d4a0528 | |
| parent | 5c1774f5fb37faa081328657435aa9ab6cdfab7d (diff) | |
| download | homebrew-9c520fcfa73fc87bd493a4b746f67f5164c4f07b.tar.bz2 | |
Remove code that cannot possibly execute
| -rw-r--r-- | Library/Formula/boost.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 22662837f..ecd9539f5 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -56,8 +56,6 @@ class Boost < Formula end end - odie 'boost: --with-c++11 has been renamed to --c++11' if build.with? 'c++11' - stable do # Patches boost::atomic for LLVM 3.4 as it is used on OS X 10.9 with Xcode 5.1 # https://github.com/Homebrew/homebrew/issues/27396 |
