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[] =
[TFORW] = "FORW",
[TFIELD] = "FIELD",
[TSTRING] = "STRING",
[TCHAN] = "CHAN",
[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