mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 09:55:34 +00:00
The xnfreallocarray was added along (and just as an alias to) XNFreallocarray back a decade ago. It's just used in a few places and it's only saves us from passing the first parameter (NULL), so the actual benefit isn't really huge. No (known) driver is using it, so the macro can be dropped entirely. Fixes:ae75d50395Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1529> (cherry picked from commit61233adbca)