removed unused vars

This commit is contained in:
Guido van Rossum 1995-01-26 00:39:21 +00:00
parent 27e916fd35
commit e95d92b65e
1 changed files with 0 additions and 1 deletions

View 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)