tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function
authorAmmar Faizi <ammarfaizi2@gnuweeb.org>
Sat, 2 Sep 2023 13:35:04 +0000 (20:35 +0700)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 12 Oct 2023 19:14:02 +0000 (21:14 +0200)
commit5dfc79b20e467f59878c86e9203c5c291d496b45
treebcdffc6ef5f636de41d4b9920cd92c0b7206cdaf
parent12108aa8c1a13bdf4024f1e2e94a6121ac644d2c
tools/nolibc: string: Remove the `_nolibc_memcpy_down()` function

This nolibc internal function is not used. Delete it. It was probably
supposed to handle memmove(), but today the memmove() has its own
implementation.

Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
Reviewed-by: Alviro Iskandar Setiawan <alviro.iskandar@gnuweeb.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/string.h