From c39c8ece9bd3ce025549f4bac7794f5a62266f4a Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 10 Feb 2010 15:06:52 +1000 Subject: [PATCH] os: remove INTERNAL_MALLOC define. There doesn't seem to be anything that defines it and given that the counterpart (the X internal malloc) was removed in 01cfba75229f4b9bf1e4fe80814931acdacde14c it's unlikely to work anyway. Signed-off-by: Peter Hutterer --- os/utils.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/os/utils.c b/os/utils.c index 21e25e066..5a5a20374 100644 --- a/os/utils.c +++ b/os/utils.c @@ -1032,8 +1032,6 @@ set_font_authorizations(char **authorizations, int *authlen, pointer client) #endif /* TCPCONN */ } -#ifndef INTERNAL_MALLOC - void * Xalloc(unsigned long amount) { @@ -1149,7 +1147,6 @@ Xfree(pointer ptr) if (ptr) free(ptr); } -#endif /* !INTERNAL_MALLOC */ char *