Remove two unised variables.

This commit is contained in:
Guido van Rossum 1997-04-09 18:19:39 +00:00
parent 45c3aaba56
commit fa658ce03d
1 changed files with 0 additions and 2 deletions

View File

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