Remove the rasops24_erasecols and rasops24_eraserows functions from
authorfcambus <fcambus@openbsd.org>
Wed, 26 Dec 2018 11:33:57 +0000 (11:33 +0000)
committerfcambus <fcambus@openbsd.org>
Wed, 26 Dec 2018 11:33:57 +0000 (11:33 +0000)
commit710cf26786bf3f0d9a3eccf100c922d585962099
treec1be25e4012330ebf89c5225a7464f5ffc0535cf
parent3244fdf9430954c08b922450e05c99e63787fcf0
Remove the rasops24_erasecols and rasops24_eraserows functions from
rasops(9).

We only build rasops24 functions on amd64 (for EFI support in QEMU) and
on armv7 and arm64, and we can safely use the generic functions on those
platforms, like we do for all other color depths. No other platform uses
rasops24, Miod explains why here [1].

No performance regression observed when testing with QEMU in EFI mode.

[1] https://marc.info/?l=openbsd-ppc&m=118664346819989&w=2

OK kettenis@
sys/dev/rasops/rasops24.c