]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed unused vars
authorGuido van Rossum <guido@python.org>
Thu, 26 Jan 1995 00:39:21 +0000 (00:39 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 26 Jan 1995 00:39:21 +0000 (00:39 +0000)
Objects/classobject.c

index 1fc5d6951d14945351e7981d965e9eff8944ac27..fd9da23e1a1b413861f1665709939fffe7b318b5 100644 (file)
@@ -826,7 +826,6 @@ instancebinop(v, w, opname, ropname, thisfunc)
        char *ropname;
        object * (*thisfunc) PROTO((object *, object *));
 {
-       object *v1, *w1;
        char buf[256];
        object *result = NULL;
        if (halfbinop(v, w, opname, &result, thisfunc, 0) <= 0)