mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
remove extern definition, since it's in a header file (closes #24058)
This commit is contained in:
parent
7403e91630
commit
0c6a5d1deb
1 changed files with 0 additions and 2 deletions
|
|
@ -1062,8 +1062,6 @@ rlhandler(char *text)
|
|||
rl_callback_handler_remove();
|
||||
}
|
||||
|
||||
extern PyThreadState* _PyOS_ReadlineTState;
|
||||
|
||||
static char *
|
||||
readline_until_enter_or_signal(const char *prompt, int *signal)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue