Skip to content

Commit 39b6e27

Browse files
committed
unix: Remove unused CTRL-D definition
1 parent 5aa740c commit 39b6e27

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

unix/input.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@
4141
#include <readline/history.h>
4242
#endif
4343

44-
#define CTRL_D '\x04'
45-
4644
char *prompt(char *p) {
4745
#if MICROPY_USE_READLINE
4846
char *line = readline(p);

0 commit comments

Comments
 (0)