Imported Upstream version 16.07-rc1
[deb_dpdk.git] / lib / librte_eal / common / include / arch / arm / rte_memcpy_32.h
index 988125b..da6c233 100644 (file)
@@ -323,12 +323,6 @@ rte_memcpy(void *dst, const void *src, size_t n)
        return memcpy(dst, src, n);
 }
 
-static inline void *
-rte_memcpy_func(void *dst, const void *src, size_t n)
-{
-       return memcpy(dst, src, n);
-}
-
 #endif /* RTE_ARCH_ARM_NEON_MEMCPY */
 
 #ifdef __cplusplus