diff options
Diffstat (limited to 'readline.c')
-rw-r--r-- | readline.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/readline.c b/readline.c index 165ae35a4b..7834af0f6b 100644 --- a/readline.c +++ b/readline.c @@ -28,10 +28,6 @@ #define IS_ESC 1 #define IS_CSI 2 -#ifdef printf -#undef printf -#endif - #define printf do_not_use_printf void readline_show_prompt(ReadLineState *rs) |