Commit 3a34a72e authored by Benjamin Peterson's avatar Benjamin Peterson

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

parent 31200ff8
......@@ -975,8 +975,6 @@ rlhandler(char *text)
rl_callback_handler_remove();
}
extern PyThreadState* _PyOS_ReadlineTState;
static char *
readline_until_enter_or_signal(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