Commit 9f002f68 authored by Russ Cox's avatar Russ Cox

gc: delete debug print

R=ken2
CC=golang-dev
https://golang.org/cl/1732043
parent 37c531f5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment