Remove workarounds for C++17 inline variable ABI break. It has been fixed in clang.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@274419 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-07-02 03:21:58 +00:00
parent 22c3e76205
commit 6b7a8718b8
2 changed files with 0 additions and 11 deletions

View File

@@ -13,10 +13,6 @@
_LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL_FILESYSTEM
_LIBCPP_CONSTEXPR path::value_type path::preferred_separator;
// Make preferred_separator non-discardable in C++17
// See PR28395 (https://llvm.org/bugs/show_bug.cgi?id=28395)
static const path::value_type&
__preferred_sep_force_use __attribute__((used)) = path::preferred_separator;
namespace { namespace parser
{