summaryrefslogtreecommitdiff
path: root/src/cmd/gc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-06-20 12:15:10 -0700
committerRuss Cox <rsc@golang.org>2010-06-20 12:15:10 -0700
commitc2bde70a3470f4660bd29932b0a41234f7d86ff7 (patch)
tree0379a50df2df36b4351644818c4b0d31ca9b0201 /src/cmd/gc
parent80729515b692792cbc1cb0cdb7335f56e9eb1ed7 (diff)
downloadgo-c2bde70a3470f4660bd29932b0a41234f7d86ff7.tar.gz
gc: delete debug print
R=ken2 CC=golang-dev http://codereview.appspot.com/1732043
Diffstat (limited to 'src/cmd/gc')
-rw-r--r--src/cmd/gc/subr.c1
1 files changed, 0 insertions, 1 deletions
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;