rocksdb: remove checks for old compilers.

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

View file

@ -16,8 +16,6 @@ class Rocksdb < Formula
depends_on "lz4"
depends_on "snappy"
needs :cxx11
def install
ENV.cxx11
ENV["PORTABLE"] = "1" if build.bottle?