]> Cypherpunks repositories - gostls13.git/commitdiff
gc: delete debug print
authorRuss Cox <rsc@golang.org>
Sun, 20 Jun 2010 19:15:10 +0000 (12:15 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 20 Jun 2010 19:15:10 +0000 (12:15 -0700)
R=ken2
CC=golang-dev
https://golang.org/cl/1732043

src/cmd/gc/subr.c

index b47ccbf73f84f647ffcc5ba664354f5f65f5655d..70d58a9ab09aa972b95ef852912e531251b1c824 100644 (file)
@@ -3143,7 +3143,6 @@ implements(Type *t, Type *iface, Type **m, Type **samename, int *ptr)
                imtype = methodfunc(im->type, 0);
                tm = ifacelookdot(im->sym, t, &followptr, 0);
                if(tm == T || !eqtype(methodfunc(tm->type, 0), imtype)) {
-print("try case\n");
                        if(tm == T)
                                tm = ifacelookdot(im->sym, t, &followptr, 1);
                        *m = im;