diff options
Diffstat (limited to 'lib/libcxx/include/__undef___deallocate')
| -rw-r--r-- | lib/libcxx/include/__undef___deallocate | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/libcxx/include/__undef___deallocate b/lib/libcxx/include/__undef___deallocate deleted file mode 100644 index 52f4d9987e2..00000000000 --- a/lib/libcxx/include/__undef___deallocate +++ /dev/null @@ -1,20 +0,0 @@ -// -*- C++ -*- -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#ifdef __deallocate -#if !defined(_LIBCPP_DISABLE_MACRO_CONFLICT_WARNINGS) -#if defined(_MSC_VER) && !defined(__clang__) -_LIBCPP_WARNING("macro __deallocate is incompatible with C++. #undefining __deallocate") -#else -#warning: macro __deallocate is incompatible with C++. #undefining __deallocate -#endif -#endif -#undef __deallocate -#endif |
