Commit 80a14df1 authored by Russ Cox's avatar Russ Cox

gc: double-initialization

R=ken2
CC=golang-dev
https://golang.org/cl/217044
parent c0aac20e
...@@ -969,7 +969,6 @@ etnames[] = ...@@ -969,7 +969,6 @@ etnames[] =
[TFORW] = "FORW", [TFORW] = "FORW",
[TFIELD] = "FIELD", [TFIELD] = "FIELD",
[TSTRING] = "STRING", [TSTRING] = "STRING",
[TCHAN] = "CHAN",
[TANY] = "ANY", [TANY] = "ANY",
}; };
......
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