mirror of https://github.com/python/cpython
Remove two unised variables.
This commit is contained in:
parent
45c3aaba56
commit
fa658ce03d
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue