]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: remove unused Bputname function
authorMatthew Dempsky <mdempsky@google.com>
Thu, 28 Apr 2016 17:58:55 +0000 (10:58 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 28 Apr 2016 20:29:51 +0000 (20:29 +0000)
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>
src/cmd/compile/internal/gc/obj.go

index c1132b6aacea6f5a58210163130321badae72fac..ae23f9557410a3a2c4ea7a268b270693442bdb59 100644 (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