aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-22 21:23:58 -0500
committerJack Nagel2014-05-22 21:23:58 -0500
commit9c520fcfa73fc87bd493a4b746f67f5164c4f07b (patch)
tree2c9c01edc7289bc98aa88d8f112b15b16d4a0528 /Library/Formula
parent5c1774f5fb37faa081328657435aa9ab6cdfab7d (diff)
downloadhomebrew-9c520fcfa73fc87bd493a4b746f67f5164c4f07b.tar.bz2
Remove code that cannot possibly execute
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boost.rb2
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