diff --git a/include/os.h b/include/os.h index 6d32ac7c5..d8506eddd 100644 --- a/include/os.h +++ b/include/os.h @@ -86,8 +86,6 @@ typedef struct _NewClientRec *NewClientPtr; #define xstrdup(s) Xstrdup(s) #define xnfstrdup(s) XNFstrdup(s) - -#define xallocarray(num, size) reallocarray(NULL, (num), (size)) #endif #include