]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove redundant vars
authorGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:26:25 +0000 (17:26 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 27 Mar 1992 17:26:25 +0000 (17:26 +0000)
Modules/regexmodule.c

index c6d559e32ad43e2e7edbf481b1a4479ac680bfde..77daa77b6cb16494ae1b3de1e10ea58f523a9ff8 100644 (file)
@@ -87,7 +87,6 @@ reg_match(re, args)
        regexobject *re;
        object *args;
 {
-       object *v;
        char *buffer;
        int size;
        int offset;
@@ -116,7 +115,6 @@ reg_search(re, args)
        regexobject *re;
        object *args;
 {
-       object *v;
        char *buffer;
        int size;
        int offset;