unix: Remove unused CTRL-D definition

nlr-macros
stijn 2014-06-23 15:20:03 +02:00
parent 5aa740c3e2
commit 39b6e27944
1 changed files with 0 additions and 2 deletions

View File

@ -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);