Remove debugging code
authorMarshall Clow <mclow.lists@gmail.com>
Sun, 31 May 2015 14:01:54 +0000 (14:01 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Sun, 31 May 2015 14:01:54 +0000 (14:01 +0000)
llvm-svn: 238674

libcxx/include/memory

index a004c89..6f3fdd5 100644 (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>