1
0
mirror of https://github.com/golang/go synced 2024-11-26 14:08:37 -07:00

remove extraneous print

R=r
OCL=15666
CL=15666
This commit is contained in:
Ken Thompson 2008-09-22 17:29:12 -07:00
parent adaec0c4f4
commit 4332e0a546

View File

@ -1243,7 +1243,7 @@ signame(Type *t)
loop:
if(t == T) {
print("signame: nil type\n");
// print("signame: nil type\n");
goto bad;
}
@ -1264,7 +1264,7 @@ loop:
s = t->sym;
if(s == S) {
print("signame: no type name\n");
// print("signame: no type name\n");
goto bad;
}
if(s->name[0] == '_') {