Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c6a5d1

Browse files
committed
remove extern definition, since it's in a header file (closes #24058)
1 parent 7403e91 commit 0c6a5d1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Modules/readline.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,8 +1062,6 @@ rlhandler(char *text)
10621062
rl_callback_handler_remove();
10631063
}
10641064

1065-
extern PyThreadState* _PyOS_ReadlineTState;
1066-
10671065
static char *
10681066
readline_until_enter_or_signal(const char *prompt, int *signal)
10691067
{

0 commit comments

Comments
 (0)