mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
unix: Remove unused CTRL-D definition
This commit is contained in:
@@ -41,8 +41,6 @@
|
|||||||
#include <readline/history.h>
|
#include <readline/history.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CTRL_D '\x04'
|
|
||||||
|
|
||||||
char *prompt(char *p) {
|
char *prompt(char *p) {
|
||||||
#if MICROPY_USE_READLINE
|
#if MICROPY_USE_READLINE
|
||||||
char *line = readline(p);
|
char *line = readline(p);
|
||||||
|
|||||||
Reference in New Issue
Block a user