mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
cmd/link: remove some more dead fields from Pcln
Change-Id: Ibb98de29d84a605fb1588c7dc11ad66e3965a137 Reviewed-on: https://go-review.googlesource.com/21223 Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com> Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
This commit is contained in:
parent
42ad1dc01e
commit
1b6402ea9d
1 changed files with 0 additions and 2 deletions
|
@ -240,8 +240,6 @@ type Pcln struct {
|
|||
Funcdata []*LSym
|
||||
Funcdataoff []int64
|
||||
File []*LSym
|
||||
Lastfile *LSym
|
||||
Lastindex int
|
||||
}
|
||||
|
||||
type Pcdata struct {
|
||||
|
|
Loading…
Reference in a new issue