[libc] Remove dead code
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 6 Apr 2023 07:33:41 +0000 (07:33 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 6 Apr 2023 07:33:57 +0000 (07:33 +0000)
libc/src/string/memory_utils/op_generic.h

index 02d90a1..0a4a7cb 100644 (file)
@@ -219,12 +219,6 @@ using getTypeFor = cpp::conditional_t<
 
 } // namespace details
 
-///////////////////////////////////////////////////////////////////////////////
-// Memcpy
-// When building with clang we can delegate to the builtin implementation.
-///////////////////////////////////////////////////////////////////////////////
-
-template <size_t Size> using Memcpy = builtin::Memcpy<Size>;
 
 ///////////////////////////////////////////////////////////////////////////////
 // Memset