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
01cfba7522
it's unlikely to work anyway.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
9f462ff908
commit
c39c8ece9b
|
@ -1032,8 +1032,6 @@ set_font_authorizations(char **authorizations, int *authlen, pointer client)
|
||||||
#endif /* TCPCONN */
|
#endif /* TCPCONN */
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef INTERNAL_MALLOC
|
|
||||||
|
|
||||||
void *
|
void *
|
||||||
Xalloc(unsigned long amount)
|
Xalloc(unsigned long amount)
|
||||||
{
|
{
|
||||||
|
@ -1149,7 +1147,6 @@ Xfree(pointer ptr)
|
||||||
if (ptr)
|
if (ptr)
|
||||||
free(ptr);
|
free(ptr);
|
||||||
}
|
}
|
||||||
#endif /* !INTERNAL_MALLOC */
|
|
||||||
|
|
||||||
|
|
||||||
char *
|
char *
|
||||||
|
|
Loading…
Reference in New Issue