From: Ken Thompson Date: Tue, 23 Sep 2008 00:29:12 +0000 (-0700) Subject: remove extraneous print X-Git-Tag: weekly.2009-11-06~3146 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4332e0a546045f38f71f19166cdf1279391364a2;p=gostls13.git remove extraneous print R=r OCL=15666 CL=15666 --- diff --git a/src/cmd/gc/subr.c b/src/cmd/gc/subr.c index f288b3a0ae..8859b3761c 100644 --- a/src/cmd/gc/subr.c +++ b/src/cmd/gc/subr.c @@ -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] == '_') {