1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:24:41 -07:00

gc: double-initialization

R=ken2
CC=golang-dev
https://golang.org/cl/217044
This commit is contained in:
Russ Cox 2010-02-18 23:33:57 -08:00
parent c0aac20e20
commit 80a14df122

View File

@ -969,7 +969,6 @@ etnames[] =
[TFORW] = "FORW",
[TFIELD] = "FIELD",
[TSTRING] = "STRING",
[TCHAN] = "CHAN",
[TANY] = "ANY",
};