aboutsummaryrefslogtreecommitdiff
path: root/X11/xtrans/transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'X11/xtrans/transport.c')
-rw-r--r--X11/xtrans/transport.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/X11/xtrans/transport.c b/X11/xtrans/transport.c
index c14057dd3..2cb88825e 100644
--- a/X11/xtrans/transport.c
+++ b/X11/xtrans/transport.c
@@ -48,10 +48,6 @@ from The Open Group.
*/
#include <stdlib.h>
-#define xalloc(_size) malloc(_size)
-#define xcalloc(_num,_size) calloc(_num,_size)
-#define xrealloc(_ptr,_size) realloc(_ptr,_size)
-#define xfree(_ptr) free(_ptr)
#define XTRANS_TRANSPORT_C /* used to flag Xtransint.h that it's being used
here, not just #included in another file */