]> granicus.if.org Git - python/commitdiff
Remove two unised variables.
authorGuido van Rossum <guido@python.org>
Wed, 9 Apr 1997 18:19:39 +0000 (18:19 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Apr 1997 18:19:39 +0000 (18:19 +0000)
Parser/myreadline.c

index 69788b57bc012c65294afc1f28d15687c3ce7ecf..f9c3706156433f0089c1a2e6923ea919f333b300 100644 (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)))