summaryrefslogtreecommitdiff
path: root/readline/xmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'readline/xmalloc.h')
-rw-r--r--readline/xmalloc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/readline/xmalloc.h b/readline/xmalloc.h
index 0fb6a1960e1..f40d7a596a2 100644
--- a/readline/xmalloc.h
+++ b/readline/xmalloc.h
@@ -38,9 +38,6 @@
#endif /* !PTR_T */
-/* xmalloc and xrealloc should be also protected from RL_STATE_SIGHANDLER. */
-#define xfree xfree_readline
-
extern PTR_T xmalloc PARAMS((size_t));
extern PTR_T xrealloc PARAMS((void *, size_t));
extern void xfree PARAMS((void *));