cmd/compile: remove unused Bputname function

Change-Id: Icecbf9bae8c39670d1ceef62dd94b36e90b27b04
Reviewed-on: https://go-review.googlesource.com/22570
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Matthew Dempsky 2016-04-28 10:58:55 -07:00
parent 3c8ef0e0c9
commit f04eb35673
1 changed files with 0 additions and 5 deletions

View File

@ -138,11 +138,6 @@ func dumpglobls() {
funcsyms = nil
}
func Bputname(b *bio.Writer, s *obj.LSym) {
b.WriteString(s.Name)
b.WriteByte(0)
}
func Linksym(s *Sym) *obj.LSym {
if s == nil {
return nil