summaryrefslogtreecommitdiffstatshomepage
path: root/unix/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/input.c')
-rw-r--r--unix/input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix/input.c b/unix/input.c
index 4d856f2ff8..19ca649c9f 100644
--- a/unix/input.c
+++ b/unix/input.c
@@ -41,8 +41,6 @@
#include <readline/history.h>
#endif
-#define CTRL_D '\x04'
-
char *prompt(char *p) {
#if MICROPY_USE_READLINE
char *line = readline(p);