Remove code that cannot possibly execute

master
Jack Nagel 2014-05-22 21:23:58 -05:00
parent ecbd6076a7
commit b8eeadcaed
1 changed files with 0 additions and 2 deletions

View File

@ -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