0
0
Fork 0

Address build breakage after rebase

Removed attribute: iterator of type Posting
This commit is contained in:
abhinavdangeti 2018-03-06 14:00:54 -08:00
parent 96071c085c
commit 38b6c522b0
1 changed files with 0 additions and 4 deletions

View File

@ -506,10 +506,6 @@ type Posting struct {
func (p *Posting) Size() int {
sizeInBytes := reflectStaticSizePosting
if p.iterator != nil {
sizeInBytes += p.iterator.Size()
}
for _, entry := range p.locs {
sizeInBytes += entry.Size()
}