Skip to content
Snippets Groups Projects
Commit 39b6e279 authored by stijn's avatar stijn
Browse files

unix: Remove unused CTRL-D definition

parent 5aa740c3
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment