Merge pull request #717 from stinos/dead-code

unix: Remove unused CTRL-D definition
This commit is contained in:
Paul Sokolovsky 2014-06-27 01:23:18 +03:00
commit 3c8ce38d20
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);