[libcxx] r238674 - Remove debugging code
Marshall Clow
mclow.lists at gmail.com
Sun May 31 07:01:54 PDT 2015
Author: marshall
Date: Sun May 31 09:01:54 2015
New Revision: 238674
URL: http://llvm.org/viewvc/llvm-project?rev=238674&view=rev
Log:
Remove debugging code
Modified:
libcxx/trunk/include/memory
Modified: libcxx/trunk/include/memory
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/memory?rev=238674&r1=238673&r2=238674&view=diff
==============================================================================
--- libcxx/trunk/include/memory (original)
+++ libcxx/trunk/include/memory Sun May 31 09:01:54 2015
@@ -621,8 +621,6 @@ void* align(size_t alignment, size_t siz
#pragma GCC system_header
#endif
-extern "C" int printf(const char * __restrict, ...);
-
_LIBCPP_BEGIN_NAMESPACE_STD
// addressof moved to <__functional_base>
More information about the cfe-commits
mailing list