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:
parent
adaec0c4f4
commit
4332e0a546
@ -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] == '_') {
|
||||
|
Loading…
Reference in New Issue
Block a user