]> Cypherpunks repositories - gostls13.git/commitdiff
gc: double-initialization
authorRuss Cox <rsc@golang.org>
Fri, 19 Feb 2010 07:33:57 +0000 (23:33 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2010 07:33:57 +0000 (23:33 -0800)
R=ken2
CC=golang-dev
https://golang.org/cl/217044

src/cmd/gc/subr.c

index 8af57bdf75744fbac6ec3fd136cac60741e327fb..f6ca359e890b7bb1229527c0a415979a991fa2ab 100644 (file)
@@ -969,7 +969,6 @@ etnames[] =
        [TFORW]         = "FORW",
        [TFIELD]        = "FIELD",
        [TSTRING]       = "STRING",
-       [TCHAN]         = "CHAN",
        [TANY]          = "ANY",
 };