Remove debugging code

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@238674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Marshall Clow 2015-05-31 14:01:54 +00:00
parent bf0460e0a0
commit ebc31694e8

View File

@ -621,8 +621,6 @@ void* align(size_t alignment, size_t size, void*& ptr, size_t& space);
#pragma GCC system_header
#endif
extern "C" int printf(const char * __restrict, ...);
_LIBCPP_BEGIN_NAMESPACE_STD
// addressof moved to <__functional_base>