mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
unix: Remove unused CTRL-D definition
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user