[libc-commits] [libc] 553e776 - [libc] Remove dead code
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Thu Apr 6 00:34:11 PDT 2023
Author: Guillaume Chatelet
Date: 2023-04-06T07:33:57Z
New Revision: 553e7763fa1de1e164377e2e3f465db712ee9d61
URL: https://github.com/llvm/llvm-project/commit/553e7763fa1de1e164377e2e3f465db712ee9d61
DIFF: https://github.com/llvm/llvm-project/commit/553e7763fa1de1e164377e2e3f465db712ee9d61.diff
LOG: [libc] Remove dead code
Added:
Modified:
libc/src/string/memory_utils/op_generic.h
Removed:
################################################################################
diff --git a/libc/src/string/memory_utils/op_generic.h b/libc/src/string/memory_utils/op_generic.h
index 02d90a1b29296..0a4a7cb2c93bb 100644
--- a/libc/src/string/memory_utils/op_generic.h
+++ b/libc/src/string/memory_utils/op_generic.h
@@ -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
More information about the libc-commits
mailing list