Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
3c8ce38d
Commit
3c8ce38d
authored
Jun 27, 2014
by
Paul Sokolovsky
Browse files
Merge pull request #717 from stinos/dead-code
unix: Remove unused CTRL-D definition
parents
3659af97
39b6e279
Changes
1
Hide whitespace changes
Inline
Side-by-side
unix/input.c
View file @
3c8ce38d
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment