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>
|
#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);
|
||||||
|
|
Loading…
Reference in New Issue