Commit 4332e0a5 authored by Ken Thompson's avatar Ken Thompson

remove extraneous print

R=r
OCL=15666
CL=15666
parent adaec0c4
......@@ -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] == '_') {
......
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