root: remove checks for old compilers.

This commit is contained in:
Mike McQuaid 2019-01-24 13:11:12 +00:00
parent 0774ceedf5
commit d4cfb35517

View file

@ -43,8 +43,6 @@ class Root < Formula
skip_clean "bin"
needs :cxx11
def install
# Work around "error: no member named 'signbit' in the global namespace"
ENV.delete("SDKROOT") if DevelopmentTools.clang_build_version >= 900