From b8eeadcaed1e11419cb060e3da74aca3415654a0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 22 May 2014 21:23:58 -0500 Subject: [PATCH] Remove code that cannot possibly execute --- Formula/boost.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/boost.rb b/Formula/boost.rb index 22662837f99..ecd9539f509 100644 --- a/Formula/boost.rb +++ b/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