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:
Shahar Kohanim 2016-03-29 01:10:15 +03:00 committed by Brad Fitzpatrick
parent 42ad1dc01e
commit 1b6402ea9d

View file

@ -240,8 +240,6 @@ type Pcln struct {
Funcdata []*LSym
Funcdataoff []int64
File []*LSym
Lastfile *LSym
Lastindex int
}
type Pcdata struct {