remove extern definition, since it's in a header file (closes #24058)
This commit is contained in:
parent
7403e91630
commit
0c6a5d1deb
|
@ -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…
Reference in New Issue