diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2015-05-31 14:01:54 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2015-05-31 14:01:54 +0000 |
commit | b74d15e507745d44812bff2d00929bc061aeba3d (patch) | |
tree | 971c2e374b4ab30701916531467368479405ab12 /libcxx | |
parent | c7551a4843e84abfd5fa0fbd056f5f1ec96c86ae (diff) | |
download | bcm5719-llvm-b74d15e507745d44812bff2d00929bc061aeba3d.tar.gz bcm5719-llvm-b74d15e507745d44812bff2d00929bc061aeba3d.zip |
Remove debugging code
llvm-svn: 238674
Diffstat (limited to 'libcxx')
-rw-r--r-- | libcxx/include/memory | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/include/memory b/libcxx/include/memory index a004c89d52a..6f3fdd53ec3 100644 --- a/libcxx/include/memory +++ b/libcxx/include/memory @@ -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> |