From 91b42e59afb95e7ff63ec1bee1c2a322b6848d66 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sun, 20 Jun 2010 12:15:10 -0700 Subject: gc: delete debug print R=ken2 CC=golang-dev http://codereview.appspot.com/1732043 --- src/cmd/gc/subr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/cmd/gc/subr.c b/src/cmd/gc/subr.c index b47ccbf73..70d58a9ab 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; -- cgit v1.2.3