From 9f002f6892fb68c0f6fd504fbf1468f17de77eb6 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 20 Jun 2010 12:15:10 -0700 Subject: [PATCH] gc: delete debug print R=ken2 CC=golang-dev https://golang.org/cl/1732043 --- src/cmd/gc/subr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmd/gc/subr.c b/src/cmd/gc/subr.c index b47ccbf73f..70d58a9ab0 100644 --- a/src/cmd/gc/subr.c +++ b/src/cmd/gc/subr.c @@ -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;