summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index 3a19be4a48..c077e79d45 100644
--- a/malloc.c
+++ b/malloc.c
@@ -255,7 +255,6 @@
# include <stdlib.h>
# include <stdio.h>
# include <memory.h>
-# define _(arg) arg
# ifndef Malloc_t
# define Malloc_t void *
# endif