Commit 0c6a5d1d authored by Benjamin Peterson's avatar Benjamin Peterson

remove extern definition, since it's in a header file (closes #24058)

parent 7403e916
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment