]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: delete unused IntLiteral function
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 29 Sep 2016 16:46:24 +0000 (18:46 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 29 Sep 2016 17:25:28 +0000 (17:25 +0000)
commitd58219e50ba1fd9bf577be7332bdcabe0ef8b7d5
tree2c59b5587bf7c7c262f81de9ac24ef5b977f5da2
parentc5434f2973a87acff76bac359236e690d632ce95
cmd/compile: delete unused IntLiteral function

IntLiteral was only called by the gins functions in
cmd/compile/internal/{arm64,mips64,ppc64}/gsubr.go
but CL 29220 (cmd/compile: remove gins) deleted them,
so IntLiteral is now unused.

Change-Id: I2652b6d2ace6fdadc1982f65e749f3982513371e
Reviewed-on: https://go-review.googlesource.com/29996
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