Kaydet (Commit) e95d92b6 authored tarafından Guido van Rossum's avatar Guido van Rossum

removed unused vars

üst 27e916fd
...@@ -826,7 +826,6 @@ instancebinop(v, w, opname, ropname, thisfunc) ...@@ -826,7 +826,6 @@ instancebinop(v, w, opname, ropname, thisfunc)
char *ropname; char *ropname;
object * (*thisfunc) PROTO((object *, object *)); object * (*thisfunc) PROTO((object *, object *));
{ {
object *v1, *w1;
char buf[256]; char buf[256];
object *result = NULL; object *result = NULL;
if (halfbinop(v, w, opname, &result, thisfunc, 0) <= 0) if (halfbinop(v, w, opname, &result, thisfunc, 0) <= 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment