]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: delete unused Convconst function
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 30 Sep 2016 08:35:03 +0000 (10:35 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 30 Sep 2016 14:21:55 +0000 (14:21 +0000)
commit41fa42b4475fda8b0c4205827ce0e2388608cb72
treeb45a1bf177e1cbe53642bfec0a5fe211c643671d
parent893d6866213ca539195076f0e3338da99f321c9c
cmd/compile: delete unused Convconst function

Convconst is not used in the new backend, and all its callers
were deleted in CL 29168 (cmd/compile: delete lots of the legacy
backend). iconv was an helper function for Convconst.

Updates #16357

Change-Id: I65c7345586d7af81cdc2fb09c68f744ffb161a17
Reviewed-on: https://go-review.googlesource.com/30090
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/const.go