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

This commit is contained in:
Benjamin Peterson 2015-04-26 15:55:06 -04:00
parent 7403e91630
commit 0c6a5d1deb
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{