Remove two unised variables.

This commit is contained in:
Guido van Rossum 1997-04-09 18:19:39 +00:00
parent 45c3aaba56
commit fa658ce03d

View file

@ -220,8 +220,6 @@ char *
PyOS_Readline(prompt) PyOS_Readline(prompt)
char *prompt; char *prompt;
{ {
int n;
char *p;
if (PyOS_ReadlineFunctionPointer == NULL) { if (PyOS_ReadlineFunctionPointer == NULL) {
#ifdef WITH_READLINE #ifdef WITH_READLINE
if (isatty(fileno(stdin))) if (isatty(fileno(stdin)))