1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:20:22 -07:00
R=r
OCL=17852
CL=17852
This commit is contained in:
Ken Thompson 2008-10-25 13:50:18 -07:00
parent b642cf8c00
commit 6d3d56d55a

View File

@ -2585,8 +2585,6 @@ expandmeth(Sym *s, Type *t)
return;
if(t == T)
return;
if(strcmp(s->name, "S") != 0)
return;
// generate all reachable methods
slist = nil;