summaryrefslogtreecommitdiff
path: root/Objects/classobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/classobject.c')
-rw-r--r--Objects/classobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/classobject.c b/Objects/classobject.c
index 1fc5d6951d..fd9da23e1a 100644
--- a/Objects/classobject.c
+++ b/Objects/classobject.c
@@ -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)