kernel/eka/common/mem.cpp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
--- a/kernel/eka/common/mem.cpp	Tue Aug 31 16:34:26 2010 +0300
+++ b/kernel/eka/common/mem.cpp	Wed Sep 01 12:34:56 2010 +0100
@@ -26,8 +26,6 @@
 
 extern "C" {
 
-#ifndef __MEMMOVE_MACHINE_CODED__
-
 // See header file e32cmn.h for the in-source documentation.
 EXPORT_C TAny* memcpy(TAny* aTrg, const TAny* aSrc, unsigned int aLength)
 	{
@@ -76,7 +74,7 @@
 	return aTrg;
 	}
 
-#endif // ! __MEMMOVE_MACHINE_CODED__
+
 
 // See header file e32cmn.h for the in-source documentation.
 EXPORT_C TAny* memclr(TAny* aTrg, unsigned int aLength)