The rte_memcpy function is no longer used in this library. Signed-off-by: Stephen Hemminger <[email protected]> --- lib/rib/rte_rib6.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/lib/rib/rte_rib6.h b/lib/rib/rte_rib6.h index e3fb464ae6..2e554579d1 100644 --- a/lib/rib/rte_rib6.h +++ b/lib/rib/rte_rib6.h @@ -14,7 +14,6 @@ * Level compressed tree implementation for IPv6 Longest Prefix Match */ -#include <rte_memcpy.h> #include <rte_ip6.h> #ifdef __cplusplus -- 2.53.0

