Commit 712ce500 authored by Guido van Rossum's avatar Guido van Rossum

Remove two unised variables.

parent 544f1fd3
...@@ -220,8 +220,6 @@ char * ...@@ -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)))
......
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