]> Cypherpunks repositories - gostls13.git/commit
runtime: remove _Kind constants
authorIan Lance Taylor <iant@golang.org>
Mon, 12 Oct 2015 23:01:51 +0000 (16:01 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 13 Oct 2015 00:15:36 +0000 (00:15 +0000)
commit2961cab965591dda932bdff6a0caf94560a5f108
tree6fa6c43cd154401032995dc3dddc5ff68c290ecb
parent29aaf679daa52e877c6596422a06916c343dae41
runtime: remove _Kind constants

The duplication of _Kind and kind constants is a legacy of the
conversion from C.

Change-Id: I368b35a41f215cf91ac4b09dac59699edb414a0e
Reviewed-on: https://go-review.googlesource.com/15800
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/export_test.go
src/runtime/typekind.go
src/runtime/typekind1.go [deleted file]