lib/alloc.[ch]: xmalloc(): Remove unused function

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2024-06-27 15:58:18 +02:00
committed by Serge Hallyn
parent 29f4f03def
commit 883bf71fc8
2 changed files with 0 additions and 10 deletions
-1
View File
@@ -27,7 +27,6 @@
#include "shadowlog.h"
extern inline void *xmalloc(size_t size);
extern inline void *xmallocarray(size_t nmemb, size_t size);
extern inline void *mallocarray(size_t nmemb, size_t size);
extern inline void *reallocarrayf(void *p, size_t nmemb, size_t size);