]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove unused code
authorKeith Randall <khr@golang.org>
Mon, 27 Nov 2017 16:12:50 +0000 (08:12 -0800)
committerKeith Randall <khr@golang.org>
Mon, 27 Nov 2017 16:48:28 +0000 (16:48 +0000)
commit5419ed3a66ca6128fa7b19f193a5a3a4e5cecd4a
treef2f25e9b48b9e7b2420950c5f6c9d73aa68acab2
parent3c7e491ba82e713129665fcff98a2fd796f968aa
cmd/compile: remove unused code

Found a few functions in cmd/compile that aren't used.

Change-Id: I53957dae6f1a645feb8b95383f0f050964b4f7d4
Reviewed-on: https://go-review.googlesource.com/79975
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/main.go
src/cmd/compile/internal/gc/walk.go
src/cmd/compile/internal/ssa/rewrite.go