summaryrefslogtreecommitdiff
path: root/Modules/readline.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-04-26 15:55:06 -0400
committerBenjamin Peterson <benjamin@python.org>2015-04-26 15:55:06 -0400
commit0c6a5d1debd3bb1ff17161f546748cee916e0e72 (patch)
treee50233eb7c147694e636c3c5760c05a188bedce7 /Modules/readline.c
parent7403e91630456ae2a495ac7621c2152d9a270400 (diff)
downloadcpython-git-0c6a5d1debd3bb1ff17161f546748cee916e0e72.tar.gz
remove extern definition, since it's in a header file (closes #24058)
Diffstat (limited to 'Modules/readline.c')
-rw-r--r--Modules/readline.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/readline.c b/Modules/readline.c
index f349d3b109..b545bca8a9 100644
--- a/Modules/readline.c
+++ b/Modules/readline.c
@@ -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)
{