summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-09 18:19:39 (GMT)
committerGuido van Rossum <guido@python.org>1997-04-09 18:19:39 (GMT)
commitfa658ce03d82dc0f9223cde427b12d1eeb48dce7 (patch)
treeddbd5ba32bd023ad80627fa08cfe184069d94fb5 /Parser
parent45c3aaba561acd446e8e65fda45954192452af94 (diff)
downloadcpython-fa658ce03d82dc0f9223cde427b12d1eeb48dce7.zip
cpython-fa658ce03d82dc0f9223cde427b12d1eeb48dce7.tar.gz
cpython-fa658ce03d82dc0f9223cde427b12d1eeb48dce7.tar.bz2
Remove two unised variables.
Diffstat (limited to 'Parser')
-rw-r--r--Parser/myreadline.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Parser/myreadline.c b/Parser/myreadline.c
index 69788b5..f9c3706 100644
--- a/Parser/myreadline.c
+++ b/Parser/myreadline.c
@@ -220,8 +220,6 @@ char *
PyOS_Readline(prompt)
char *prompt;
{
- int n;
- char *p;
if (PyOS_ReadlineFunctionPointer == NULL) {
#ifdef WITH_READLINE
if (isatty(fileno(stdin)))