]> Cypherpunks repositories - gostls13.git/commitdiff
chan
authorKen Thompson <ken@golang.org>
Sun, 13 Jul 2008 23:22:50 +0000 (16:22 -0700)
committerKen Thompson <ken@golang.org>
Sun, 13 Jul 2008 23:22:50 +0000 (16:22 -0700)
SVN=126960

src/cmd/gc/walk.c

index c293568c549ebaf2b70635df57ac44ab5faacd19..cadf5fac5fb08836fcd74e394d4cdacab7f37eee 100644 (file)
@@ -1720,12 +1720,8 @@ chanop(Node *n, int top)
                r = nod(OLIST, a, r);
 
                on = syslook("chansend", 1);
-print("type=%lT\n", t);
-print("on=%lT\n", on->type);
                argtype(on, t->type);   // any-1
-print("on=%lT\n", on->type);
                argtype(on, t->type);   // any-2
-print("on=%lT\n", on->type);
 
                r = nod(OCALL, on, r);
                walktype(r, Erv);