Merge pull request #717 from stinos/dead-code
unix: Remove unused CTRL-D definition
This commit is contained in:
commit
3c8ce38d20
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user