]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj: remove unused Pciter type
authorMatthew Dempsky <mdempsky@google.com>
Tue, 12 Apr 2016 21:44:49 +0000 (14:44 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 12 Apr 2016 22:12:42 +0000 (22:12 +0000)
Change-Id: Ie8323cfcd1193f390729d0d3dd67863aedf47d13
Reviewed-on: https://go-review.googlesource.com/21906
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/internal/obj/link.go

index 146be6f98f6d59cfc0a9c5334781843314949b90..42aaa5f4f06436e662f6e1a454582f6141e0b8b2 100644 (file)
@@ -600,19 +600,6 @@ type Pcdata struct {
        P []byte
 }
 
-// Pcdata iterator.
-//      for(pciterinit(ctxt, &it, &pcd); !it.done; pciternext(&it)) { it.value holds in [it.pc, it.nextpc) }
-type Pciter struct {
-       d       Pcdata
-       p       []byte
-       pc      uint32
-       nextpc  uint32
-       pcscale uint32
-       value   int32
-       start   int
-       done    int
-}
-
 // symbol version, incremented each time a file is loaded.
 // version==1 is reserved for savehist.
 const (