mips: retire ovbcopy

ovbcopy is unused since 9f45b2da8f ("Define ovbcopy() as a macro
which expands to the equivalent bcopy() call")

bcopy is left in place because it is used by assembly primitives

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2021-08-24 08:49:31 +00:00
parent d0bc029b4a
commit 9a1d562085

View File

@ -74,7 +74,6 @@ XLEAF(memmove)
move a1, v0
XLEAF(bcopy)
XLEAF(ovbcopy)
/*
* Make sure we can copy forwards.
*/