Commit fa658ce0 authored by Guido van Rossum's avatar Guido van Rossum

Remove two unised variables.

parent 45c3aaba
......@@ -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)))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment